Searched refs:code471Path (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | boot_merger.h | 74 line_t* code471Path; member
|
| H A D | main.cpp | 1062 gOpts.code471Path = (line_t*) malloc(sizeof(line_t) * gOpts.code471Num); in parse471() 1072 strcpy((char*)gOpts.code471Path[index], buf); in parse471() 1073 printf("path%i: %s\n", index, gOpts.code471Path[index]); in parse471() 1196 fprintf(out, OPT_PATH "%d=%s\n", i+1, gOpts.code471Path[i]); in printOpts() 1314 gOpts.code471Path = (line_t*) malloc(sizeof(line_t) * gOpts.code471Num); in initOpts() 1315 strcpy((char*)gOpts.code471Path[0], DEF_CODE471_PATH); in initOpts() 1631 if (!saveEntry(outFile, (char*)gOpts.code471Path[i], ENTRY_471, gOpts.code471Sleep, in mergeBoot() 1650 if (!writeFile(outFile, (char*)gOpts.code471Path[i], false)) in mergeBoot()
|