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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DVerSection.py55 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
56 self.BuildNum = FfsInf.__ExtendMacro__(self.BuildNum)
57 self.StringData = FfsInf.__ExtendMacro__(self.StringData)
58 self.FileName = FfsInf.__ExtendMacro__(self.FileName)
H A DUiSection.py55 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
56 self.StringData = FfsInf.__ExtendMacro__(self.StringData)
57 self.FileName = FfsInf.__ExtendMacro__(self.FileName)
H A DCompressSection.py59 self.CompType = FfsInf.__ExtendMacro__(self.CompType)
60 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
H A DOptRomInfStatement.py125 GenSecInputFile = self.__ExtendMacro__(Rule.FileName)
147 GenSecInputFile = self.__ExtendMacro__(Sect.FileName)
H A DEfiSection.py62 SectionType = FfsInf.__ExtendMacro__(self.SectionType)
63 Filename = FfsInf.__ExtendMacro__(self.FileName)
64 BuildNum = FfsInf.__ExtendMacro__(self.BuildNum)
65 StringData = FfsInf.__ExtendMacro__(self.StringData)
H A DGuidSection.py62 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
63 self.NameGuid = FfsInf.__ExtendMacro__(self.NameGuid)
64 self.SectionType = FfsInf.__ExtendMacro__(self.SectionType)
H A DFfsInfStatement.py284 ## __ExtendMacro__() method
292 def __ExtendMacro__ (self, String): member in class:FfsInfStatement
490 GenSecInputFile = self.__ExtendMacro__(Rule.FileName)
525 GenSecOutputFile= self.__ExtendMacro__(Rule.NameGuid) + \
565 GenSecOutputFile= self.__ExtendMacro__(Rule.NameGuid) + \
617 self.__ExtendMacro__(Rule.NameGuid) + \
620 GenFdsGlobalVariable.VerboseLogger(self.__ExtendMacro__(Rule.NameGuid))

Completed in 150 milliseconds