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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c706 CHAR8 PeMapFileName [_MAX_PATH]; local
739 strcpy (PeMapFileName, FileName);
744 Cptr = PeMapFileName;
755 Cptr = PeMapFileName + strlen (PeMapFileName);
756 while ((*Cptr != '.') && (Cptr >= PeMapFileName)) {
759 if (Cptr < PeMapFileName) {
772 while ((*Cptr != FILE_SEP_CHAR) && (Cptr >= PeMapFileName)) {
842 PeMapFile = fopen (PeMapFileName, "r");
844 // fprintf (stdout, "can't open %s file to reading\n", PeMapFileName);
[all...]

Completed in 70 milliseconds