Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py793 def GetPkgInfoFromDec(Path): function
852 (PkgName, PkgGuid, PkgVersion) = GetPkgInfoFromDec(DecFile)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py32 from Library.Parsing import GetPkgInfoFromDec
537 … PkgInfo = GetPkgInfoFromDec(mws.join(self.WorkSpace, NormPath(PackageItemObj.GetPackageName())))