Searched refs:FfsDir (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DAprioriSection.py58 GenFdsGlobalVariable.FfsDir,\
H A DFfsFileStatement.py72 OutputDir = os.path.join(GenFdsGlobalVariable.FfsDir, self.NameGuid)
H A DGenFdsGlobalVariable.py42 FfsDir = '' variable in class:GenFdsGlobalVariable
270 GenFdsGlobalVariable.FfsDir = os.path.join(GenFdsGlobalVariable.FvDir, 'Ffs')
271 if not os.path.exists(GenFdsGlobalVariable.FfsDir) :
272 os.makedirs(GenFdsGlobalVariable.FfsDir)
280 GenFdsGlobalVariable.FvAddressFileName = os.path.join(GenFdsGlobalVariable.FfsDir, 'FvAddress.inf')
H A DFv.py128 FvInfoFileName = os.path.join(GenFdsGlobalVariable.FfsDir, self.UiFvName + '.inf')
H A DFfsInfStatement.py219 self.OutputPath = os.path.join(GenFdsGlobalVariable.FfsDir, \

Completed in 193 milliseconds