Home
last modified time | relevance | path

Searched refs:path (Results 1 – 3 of 3) sorted by relevance

/rkdeveloptool/
H A DCMakeLists.txt13 # Set your libusb path
17 # Set your libiconv path
35 # add the binary tree to the search path for include files
H A Dmain.cpp1012 static inline void fixPath(char* path) { in fixPath() argument
1013 int i, len = strlen(path); in fixPath()
1015 if (path[i] == '\\') in fixPath()
1016 path[i] = '/'; in fixPath()
1017 else if (path[i] == '\r' || path[i] == '\n') in fixPath()
1018 path[i] = '\0'; in fixPath()
1164 strcpy(gOpts.loader[j].path, buf2); in parseLoader()
1165 printf("%s=%s\n", gOpts.loader[j].name, gOpts.loader[j].path); in parseLoader()
1213 fprintf(out, "%s=%s\n", gOpts.loader[i].name, gOpts.loader[i].path); in printOpts()
1322 strcpy(gOpts.loader[0].path, DEF_LOADER0_PATH); in initOpts()
[all …]
H A Dboot_merger.h63 char path[MAX_LINE_LEN]; member