Home
last modified time | relevance | path

Searched refs:MapFileName (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
DBPDG.py133 def StartBpdg(InputFileName, MapFileName, VpdFileName, Force): argument
140 GenVPD = GenVpd.GenVPD (InputFileName, MapFileName, VpdFileName)
143 EdkLogger.info('%-24s = %s' % ("VPD output map file: ", MapFileName))
149 GenVPD.GenerateVpdFile(MapFileName, VpdFileName)
DGenVpd.py313 def __init__(self, InputFileName, MapFileName, VpdFileName): argument
315 self.MapFileName = MapFileName
617 def GenerateVpdFile (self, MapFileName, BinFileName): argument
627 fMapFile = open(MapFileName, "w", 0)
630 …error("BPDG", BuildToolError.FILE_OPEN_FAILURE, "File open failed for %s" % self.MapFileName, None)
639 …lease check whether the file been locked or using by other applications." % self.MapFileName, None)
646 …lease check whether the file been locked or using by other applications." % self.MapFileName, None)
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFv.c190 CHAR8 *MapFileName; in main() local
205 MapFileName = NULL; in main()
511 MapFileName = argv[1]; in main()
512 if (MapFileName == NULL) { in main()
653 MapFileName in main()
DGenFvInternalLib.h392 IN CHAR8 *MapFileName
DGenFvInternalLib.c2197 IN CHAR8 *MapFileName in GenerateFvImage() argument
2374 if (MapFileName != NULL) { in GenerateFvImage()
2375 strcpy (FvMapName, MapFileName); in GenerateFvImage()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py1034 MapFileName = os.path.join(self.EfiOutputPath, self.BaseName + ".map")
1036 return GetVariableOffset(MapFileName, EfiFileName, VfrUniBaseName.values())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py3136 MapFileName = os.path.join(self.OutputDir, self.Name + ".map")
3138 VfrUniOffsetList = GetVariableOffset(MapFileName, EfiFileName, VfrUniBaseName.values())