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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c182 CHAR8* InputFileNames[MAX_PE_IMAGES + 1]; local
255 InputFileNames[InputFileCount] = argv[0];
297 fpIn = fopen (InputFileNames[i], "rb");
299 Error (NULL, 0, 0001, "Could not open input file", InputFileNames[i]);
311 strncpy ((CHAR8*) EfiLdrImage[i].FileName, InputFileNames[i], sizeof (EfiLdrImage[i].FileName) - 1);

Completed in 43 milliseconds