Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c153 } 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 Dtrust_merger.c113 } 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 Dboot_merger.h88 char outPath[MAX_LINE_LEN * 2]; member
H A Dtrust_merger.h94 char outPath[MAX_LINE_LEN]; member