Searched defs:FvDir (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py40 FvDir = '' variable in class:GenFdsGlobalVariable
43 # will be FvDir + os.sep + 'Ffs'
281 GenFdsGlobalVariable.FvDir = os.path.join(GenFdsGlobalVariable.OutputDirDict[ArchList[0]], 'FV')
282 if not os.path.exists(GenFdsGlobalVariable.FvDir) :
283 os.makedirs(GenFdsGlobalVariable.FvDir)
284 GenFdsGlobalVariable.FfsDir = os.path.join(GenFdsGlobalVariable.FvDir, 'Ffs')
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py752 FvDir = property(_GetFvDir) variable in class:WorkspaceAutoGen

Completed in 78 milliseconds