Searched refs:outPath (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | boot_merger.c | 153 } else if ((ulong)path != (ulong)gOpts.outPath && /* ignore output */ in fixPath() 321 if (fscanf(file, OPT_OUT_PATH "=%[^\r^\n]", gOpts.outPath) != 1) in parseOut() 324 printf("out:%s\n", gOpts.outPath); in parseOut() 357 fprintf(out, SEC_OUT "\n" OPT_OUT_PATH "=%s\n", gOpts.outPath); in printOpts() 476 snprintf(gOpts.outPath, sizeof(gOpts.outPath), "%s", argv[i]); in parseOpts_from_cmdline() 490 snprintf(gOpts.outPath, sizeof(gOpts.outPath), in parseOpts_from_cmdline() 517 strcpy(gOpts.outPath, DEF_OUT_PATH); in initOpts() 808 char *subfix = strstr(gOpts.outPath, OUT_SUBFIX); in mergeBoot() 814 strcat(gOpts.outPath, version); in mergeBoot() 815 printf("fix opt:%s\n", gOpts.outPath); in mergeBoot() [all …]
|
| H A D | trust_merger.c | 113 } else if ((ulong)path != (ulong)gOpts.outPath && /* ignore output */ in fixPath() 222 if (fscanf(file, OPT_OUT_PATH "=%[^\r^\n]", gOpts.outPath) != 1) in parseOut() 225 printf("out:%s\n", gOpts.outPath); in parseOut() 256 fprintf(out, SEC_OUT "\n" OPT_OUT_PATH "=%s\n", gOpts.outPath); in printOpts() 364 strcpy(gOpts.outPath, DEF_OUT_PATH); in initOpts() 622 outFile = fopen(gOpts.outPath, "wb+"); in mergetrust() 624 LOGE("open out file(%s) failed\n", gOpts.outPath); in mergetrust() 943 printf("merge success(%s)\n", gOpts.outPath); in main()
|
| H A D | boot_merger.h | 88 char outPath[MAX_LINE_LEN * 2]; member
|
| H A D | trust_merger.h | 94 char outPath[MAX_LINE_LEN]; member
|