Home
last modified time | relevance | path

Searched refs:GetPackagePath (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py131 WsRelPath = os.path.join(PackageObj.GetPackagePath(), File)
147 … ModuleObj = InfPomAlignment(Filename, WorkspaceDir, PackageObj.GetPackagePath())
208 PackagePath = Package.GetPackagePath()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DXmlParser.py187 Package.GetPackagePath())] = \
764 CheckDict['PackagePath'] = Package.GetPackagePath()
767 if not IsValidInstallPath(Package.GetPackagePath()):
768 Logger.Error("UPT", FORMAT_INVALID, ERR_FILE_NAME_INVALIDE % Package.GetPackagePath())
DCommonXml.py416 NodeList.append(['PackagePath', PackageObject2.GetPackagePath()])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DDecObject.py98 def GetPackagePath(self): member in _DecBaseObject
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py160 if self.GetPackagePath() != '':
161 ModuleRelativePath = GetRelativePath(ModulePath, self.GetPackagePath())
DDecPomAlignment.py292 … UniFileClassObject([PathClass(os.path.join(DefObj.GetPackagePath(), DefObj.GetPackageUniFile()))])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py216 NewDict[Guid, Version, Package.GetPackagePath()] = Package
898 Package.SetPackagePath(Package.GetPackagePath().replace(FromPath,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py434 def GetPackagePath(self): member in IdentificationObject