Lines Matching refs:outPath
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()
824 outFile = fopen(gOpts.outPath, "wb+"); in mergeBoot()
826 LOGE("open out file(%s) failed\n", gOpts.outPath); in mergeBoot()
875 crc = getCrc(gOpts.outPath); in mergeBoot()
1069 printf("merge success(%s)\n", gOpts.outPath); in main()