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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py44 FfsDir = '' variable in class:GenFdsGlobalVariable
285 GenFdsGlobalVariable.FfsDir = os.path.join(GenFdsGlobalVariable.FvDir, 'Ffs')
286 if not os.path.exists(GenFdsGlobalVariable.FfsDir) :
287 os.makedirs(GenFdsGlobalVariable.FfsDir)
293 GenFdsGlobalVariable.FvAddressFileName = os.path.join(GenFdsGlobalVariable.FfsDir, 'FvAddress.inf')

Completed in 7 milliseconds