Searched refs:code472Path (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | boot_merger.h | 75 line_t* code472Path; member
|
| H A D | main.cpp | 1099 gOpts.code472Path = (line_t*) malloc(sizeof(line_t) * gOpts.code472Num); in parse472() 1109 strcpy((char*)gOpts.code472Path[index], buf); in parse472() 1110 printf("path%i: %s\n", index, gOpts.code472Path[index]); in parse472() 1203 fprintf(out, OPT_PATH "%d=%s\n", i+1, gOpts.code472Path[i]); in printOpts() 1317 gOpts.code472Path = (line_t*) malloc(sizeof(line_t) * gOpts.code472Num); in initOpts() 1318 strcpy((char*)gOpts.code472Path[0], DEF_CODE472_PATH); in initOpts() 1637 if (!saveEntry(outFile, (char*)gOpts.code472Path[i], ENTRY_472, gOpts.code472Sleep, in mergeBoot() 1655 if (!writeFile(outFile, (char*)gOpts.code472Path[i], false)) in mergeBoot()
|