Searched refs:OutFileName1 (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
H A DSplit.c229 CHAR8 *OutFileName1 = NULL; local
296 OutFileName1 = argv[1];
297 if (OutFileName1 == NULL) {
365 if (OutFileName1 == NULL) {
373 OutFileName1 = OutName1;
397 if (EFI_ERROR(CreateDir(&OutFileName1))) {
398 Error (OutFileName1, 0, 5, "Create Dir for File1 Fail.", NULL);
410 Out1 = fopen (LongFilePath (OutFileName1), "wb");
412 // ("Unable to open file \"%s\"\n", OutFileName1);
413 Error (OutFileName1,
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
H A DGenVtf.c38 CHAR8 *OutFileName1; variable
2065 Status = WriteVtfBinary (OutFileName1, Vtf1TotalSize, FIRST_VTF);
2120 Fp = fopen (LongFilePath (OutFileName1), "rb");
2123 Error (NULL, 0, 0001, "Error opening file", OutFileName1);
2481 OutFileName1 = NULL;
2521 OutFileName1 = (CHAR8 *)argv[Index+1];
2647 OutFileName1 = VTF_OUTPUT_FILE1;
2650 OutFileName1 = VTF_OUTPUT_FILE1;
2654 INTN OutFileNameLen = strlen(OutFileName1);
2658 if (OutFileName1[Inde
[all...]

Completed in 99 milliseconds