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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFv.py62 # @param VtfDict VTF objects
66 def AddToBuffer (self, Buffer, BaseAddress=None, BlockSize= None, BlockNum=None, ErasePloarity='1', VtfDict=None, MacroDict = {}) :
93 self.__InitializeInf__(BaseAddress, BlockSize, BlockNum, ErasePloarity, VtfDict)
208 # @param VtfDict VTF objects
210 def __InitializeInf__ (self, BaseAddress = None, BlockSize= None, BlockNum = None, ErasePloarity='1', VtfDict=None) :
355 if VtfDict != None and self.UiFvName in VtfDict.keys():
357 VtfDict.get(self.UiFvName) + \
H A DGenFdsGlobalVariable.py53 VtfDict = {} variable in class:GenFdsGlobalVariable

Completed in 35 milliseconds