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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py786 ## GetPkgInfoFromDec
792 def GetPkgInfoFromDec(Path): function
843 (PkgName, PkgGuid, PkgVersion) = GetPkgInfoFromDec(DecFile)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py32 from Library.Parsing import GetPkgInfoFromDec namespace
524 PkgInfo = GetPkgInfoFromDec(os.path.normpath(os.path.join(self.WorkSpace,

Completed in 36 milliseconds