Searched refs:ZipFile (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py48 self._ZipFile = zipfile.ZipFile(FileName, Mode, \
151 self._ZipFile = zipfile.ZipFile(self._FileName, "w", \
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dcreate-release.py218 zipf = zipfile.ZipFile(filename, 'w', zipfile.ZIP_DEFLATED)
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxupgrade.py292 oZip = zipfile.ZipFile(sZipFile, 'r');
/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Dfilearchiver.py121 oZipFile = zipfile.ZipFile(sZipFileNm + '.tmp', 'w', zipfile.ZIP_DEFLATED, allowZip64 = True);
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestset.py195 oZipFile = zipfile.ZipFile(sFile2, 'r');
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DInstallPkg.py747 # @param ZipFile: A ZipFile
749 def GetDPFile(ZipFile):
752 for FileName in ZipFile.namelist():
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py1391 oZipFile = zipfile.ZipFile(sArchive, 'r')

Completed in 1495 milliseconds