Searched defs:zipfile (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace.py32 import zipfile namespace
51 def create_zip(self, zip_path, source_path, zip_class=zipfile.ZipFile):
H A Dzipfileset.py25 import zipfile namespace
43 return (temp_file, zipfile.ZipFile(temp_file))
H A Dzipfileset_unittest.py28 import zipfile namespace
H A Dautoinstall.py46 import zipfile namespace
302 # zipfile.extractall() extracts to a path without the
310 zip_file = zipfile.ZipFile(path, "r")
311 except zipfile.BadZipfile, err:
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DZipLocator.java49 private ZipFile zipfile; field in class:ZipLocator
63 return zipfile.getInputStream(entry);
72 zipfile = new ZipFile(new File(rootPath), ZipFile.OPEN_READ);
80 ZipEntry entry = zipfile.getEntry(name);
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py13 import zipfile namespace
635 # we pass zip_manifest_path to zipfile.getinfo(), which chokes on
640 zipfile.ZipFile.debug = 3
644 old_zip_file = zipfile.ZipFile(zip_path, 'r')
647 except zipfile.BadZipfile, msg:
660 zip_file = zipfile.ZipFile(zip_path, 'w')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jar ... zip.ZipEntry entry java.util.zip.ZipFile zipFile Exception e java.io.File file String ...

Completed in 176 milliseconds