Searched refs:PackageFile (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMkPkg.py53 from Core.PackageFile import PackageFile namespace
109 ContentFile = PackageFile(GlobalData.gCONTENT_FILE, "w")
209 DistPkgFile = PackageFile(Options.PackFileToCreate, "w")
H A DInstallPkg.py52 from Core.PackageFile import PackageFile namespace
53 from Core.PackageFile import FILE_NOT_FOUND
54 from Core.PackageFile import FILE_CHECKSUM_FAILURE
55 from Core.PackageFile import CreateDirectory
139 DpPkgFileName = Options.PackageFile
140 DistFile = PackageFile(DpPkgFileName)
201 ContentZipFile = PackageFile(ContentFile)
375 if not Options.PackageFile:
443 ST.ERR_UNKNOWN_FATAL_INSTALL_ERR % Options.PackageFile,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDistributionPackageClass.py117 for PackageFile in PackageList:
119 os.path.normpath(os.path.join(WorkspaceDir, PackageFile))
133 (WsRelPath, PackageFile))
H A DPackageFile.py3 # PackageFile class represents the zip file of a distribution package.
17 PackageFile
42 class PackageFile: class in inherits:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py44 self.PackagePath, self.PackageFile = os.path.split(Filename)

Completed in 314 milliseconds