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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c709 FILE *PeMapFile; local
840 // Open PeMapFile
842 PeMapFile = fopen (PeMapFileName, "r");
843 if (PeMapFile == NULL) {
853 while (fgets (Line, MAX_LINE_LEN, PeMapFile) != NULL) {
871 fgets (Line, MAX_LINE_LEN, PeMapFile);
877 fgets (Line, MAX_LINE_LEN, PeMapFile);
907 fclose (PeMapFile);

Completed in 37 milliseconds