Searched refs:FvDir (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DOptionRom.py71 TmpOutputDir = os.path.join(GenFdsGlobalVariable.FvDir, self.DriverName)
89 TmpOutputDir = os.path.join(GenFdsGlobalVariable.FvDir, self.DriverName)
112 OutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.DriverName)
H A DCapsule.py71 CapOutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiCapsuleName)
91 self.CapInfFileName = os.path.join(GenFdsGlobalVariable.FvDir,
H A DVtf.py45 OutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.Vtf')
68 self.BsfInfName = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.inf')
191 OutputFileName = os.path.join(GenFdsGlobalVariable.FvDir, OutputFileName)
H A DFv.py122 FvOutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiFvName)
214 self.InfFileName = os.path.join(GenFdsGlobalVariable.FvDir,
338 FvExtHeaderFileName = os.path.join(GenFdsGlobalVariable.FvDir, self.UiFvName + '.ext')
H A DGenFdsGlobalVariable.py38 FvDir = '' variable in class:GenFdsGlobalVariable
41 # will be FvDir + os.sep + 'Ffs'
267 GenFdsGlobalVariable.FvDir = os.path.join(GenFdsGlobalVariable.OutputDirDict[ArchList[0]], 'FV')
268 if not os.path.exists(GenFdsGlobalVariable.FvDir) :
269 os.makedirs(GenFdsGlobalVariable.FvDir)
270 GenFdsGlobalVariable.FfsDir = os.path.join(GenFdsGlobalVariable.FvDir, 'Ffs')
H A DFd.py126 FdFileName = os.path.join(GenFdsGlobalVariable.FvDir,self.FdUiName + '.fd')
H A DGenFds.py446 FvSpaceInfoFileName = os.path.join(GenFdsGlobalVariable.FvDir, FvName.upper() + '.Fv.map')
516 GuidXRefFileName = os.path.join(GenFdsGlobalVariable.FvDir, "Guid.xref")
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py1029 FvMapBuffer = os.path.join(Wa.FvDir, FvName + '.Fv.map')
1537 FvDir = Wa.FvDir
1538 if not os.path.exists(FvDir):
1561 toolsFile = os.path.join(FvDir, 'GuidedSectionTools.txt')
H A DBuildReport.py873 self._FvDir = Wa.FvDir
1202 self._FvDir = Wa.FvDir
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py690 FvDir = property(_GetFvDir) variable in class:WorkspaceAutoGen

Completed in 54 milliseconds