Home
last modified time | relevance | path

Searched refs:CheckMulDec (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py99 def __init__(self, Filename, WorkspaceDir = None, CheckMulDec = False): argument
104 self.CheckMulDec = CheckMulDec
447 if ExtName.upper() == '.DEC' and self.CheckMulDec:
889 elif ExtName.upper() == '.DEC' and self.CheckMulDec:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py124 DecObj = DecPomAlignment(PackageFileFullPath, WorkspaceDir, CheckMulDec=True)