Searched refs:outPath (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | boot_merger.h | 78 char outPath[MAX_LINE_LEN]; member
|
| H A D | main.cpp | 1180 if (fscanf(file, OPT_OUT_PATH "=%[^\r^\n]", gOpts.outPath) != 1) in parseOut() 1182 fixPath(gOpts.outPath); in parseOut() 1183 printf("out: %s\n", gOpts.outPath); in parseOut() 1216 fprintf(out, SEC_OUT "\n" OPT_OUT_PATH "=%s\n", gOpts.outPath); in printOpts() 1325 strcpy(gOpts.outPath, DEF_OUT_PATH); in initOpts() 1600 char* subfix = strstr(gOpts.outPath, OUT_SUBFIX); in mergeBoot() 1606 strcat(gOpts.outPath, version); in mergeBoot() 1607 printf("fix opt: %s\n", gOpts.outPath); in mergeBoot() 1615 outFile = fopen(gOpts.outPath, "wb+"); in mergeBoot() 1617 printf("Opening output file (%s) failed\n", gOpts.outPath); in mergeBoot() [all …]
|