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.py98 def __init__(self, Filename, WorkspaceDir = None, CheckMulDec = False): argument
103 self.CheckMulDec = CheckMulDec
438 if ExtName.upper() == '.DEC' and self.CheckMulDec:
880 elif ExtName.upper() == '.DEC' and self.CheckMulDec:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py124 DecObj = DecPomAlignment(PackageFileFullPath, WorkspaceDir, CheckMulDec=True)