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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1999 CHAR8 FvMapName [_MAX_PATH]; local
2142 strcpy (FvMapName, MapFileName);
2144 strcpy (FvMapName, FvFileName);
2145 strcat (FvMapName, ".map");
2147 VerboseMsg ("FV Map file name is %s", FvMapName);
2264 FvMapFile = fopen (FvMapName, "w");
2266 Error (NULL, 0, 0001, "Error opening file", FvMapName);

Completed in 38 milliseconds