Searched defs:OutFileName2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c223 CHAR8 *OutFileName2 = NULL; local
299 OutFileName2 = argv[1];
300 if (OutFileName2 == NULL) {
369 if (OutFileName2 == NULL) {
377 OutFileName2 = OutName2;
396 if (EFI_ERROR(CreateDir(&OutFileName2))) {
397 Error (OutFileName2, 0, 5, "Create Dir for File2 Fail.", NULL);
410 Out2 = fopen (OutFileName2, "wb");
412 // ("Unable to open file \"%s\"\n", OutFileName2);
413 Error (OutFileName2,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c47 CHAR8 *OutFileName2; variable
2087 Status = WriteVtfBinary (OutFileName2, Vtf2TotalSize, SECOND_VTF);
2490 OutFileName2 = NULL;
2535 OutFileName2 = (CHAR8 *)argv[Index+1];
2656 OutFileName2 = VTF_OUTPUT_FILE2;

Completed in 37 milliseconds