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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DBPDG.py127 # @param MapFileName The filename of map file that stores vpd type pcd information.
133 def StartBpdg(InputFileName, MapFileName, VpdFileName, Force):
140 GenVPD = GenVpd.GenVPD (InputFileName, MapFileName, VpdFileName)
143 EdkLogger.info('%-24s = %s' % ("VPD output map file: ", MapFileName))
149 GenVPD.GenerateVpdFile(MapFileName, VpdFileName)
H A DGenVpd.py307 # @param MapFileName The filename of map file that stores vpd type pcd information.
312 def __init__(self, InputFileName, MapFileName, VpdFileName):
314 self.MapFileName = MapFileName
615 def GenerateVpdFile (self, MapFileName, BinFileName):
625 fMapFile = open (MapFileName, "w", 0)
628 EdkLogger.error("BPDG", BuildToolError.FILE_OPEN_FAILURE, "File open failed for %s" %self.MapFileName,None)
637 EdkLogger.error("BPDG", BuildToolError.FILE_WRITE_FAILURE, "Write data to file %s failed, please check whether the file been locked or using by other applications." %self.MapFileName,None)
644 EdkLogger.error("BPDG", BuildToolError.FILE_WRITE_FAILURE, "Write data to file %s failed, please check whether the file been locked or using by other applications." %self.MapFileName,None)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c194 CHAR8 *MapFileName; local
209 MapFileName = NULL;
499 MapFileName = argv[1];
500 if (MapFileName == NULL) {
641 MapFileName
H A DGenFvInternalLib.h395 IN CHAR8 *MapFileName
409 MapFileName Fv map file to log fv driver information.
H A DGenFvInternalLib.c1965 IN CHAR8 *MapFileName
1978 MapFileName Fv map file to log fv driver information.
2141 if (MapFileName != NULL) {
2142 strcpy (FvMapName, MapFileName);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py813 MapFileName = os.path.join(self.EfiOutputPath, self.BaseName + ".map")
815 fInputfile = open(MapFileName, "r", 0)
819 EdkLogger.error("GenFds", FILE_READ_FAILURE, "File read failed for %s" %MapFileName,None)
823 EdkLogger.error("GenFds", FILE_OPEN_FAILURE, "File open failed for %s" %MapFileName,None)

Completed in 57 milliseconds