HomeSort by relevance Sort by last modified time
    Searched refs:zipfile (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset_unittest.py 27 import zipfile namespace
  /device/asus/deb/
releasetools.py 4 def FindRadio(zipfile):
6 return zipfile.read("RADIO/radio.img")
  /device/lge/hammerhead/
releasetools.py 4 def FindRadio(zipfile):
6 return zipfile.read("RADIO/radio.img")
  /device/lge/mako/
releasetools.py 4 def FindRadio(zipfile):
6 return zipfile.read("RADIO/radio.img")
  /external/chromium_org/chrome/test/functional/perf/
endure_setup.py 48 import zipfile namespace
312 zf = zipfile.ZipFile(filename)
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 16 import zipfile namespace
105 zf = zipfile.ZipFile(filename)
  /external/chromium_org/remoting/tools/
zip2msi.py 55 import zipfile namespace
61 archive = zipfile.ZipFile(source, 'r')
  /external/chromium_org/tools/telemetry/telemetry/page/
extensions_profile_creator.py 14 import zipfile namespace
68 crx_zip = zipfile.ZipFile(crx_path)
  /external/srec/srec/clib/
voc_read.c 49 #include <zipfile/zipfile.h>
  /system/core/adb/
adb_client.c 7 #include <zipfile/zipfile.h>
file_sync_client.c 27 #include <zipfile/zipfile.h>
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 13 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/chromium_org/build/android/
adb_profile_chrome.py 18 import zipfile namespace
255 with zipfile.ZipFile(output, 'w', zipfile.ZIP_DEFLATED) as z:
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 14 import zipfile namespace
162 zip_stream = zipfile.ZipFile(nacl_sdk_zip_path, 'r')
  /development/scripts/app_engine_server/
memcache_zipserve.py 39 import zipfile namespace
578 zip_archive = zipfile.ZipFile(zipfilename)
581 logging.error('Can\'t open zipfile %s, cause: %s' % (zipfilename,
  /external/chromium_org/chrome/test/functional/
nacl_sdk.py 22 import zipfile namespace
722 if zipfile.is_zipfile(source_file):
723 zip = zipfile.ZipFile(source_file, 'r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 6 import zipfile namespace
12 # the tests that use zipfile may fail
126 zip_file = zipfile.ZipFile(join(dist_folder, 'fake-1.0.zip'))
248 zip_file = zipfile.ZipFile(join(dist_folder, 'fake-1.0.zip'))
test_archive_util.py 27 import zipfile namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 6 import zipfile namespace
12 # the tests that use zipfile may fail
126 zip_file = zipfile.ZipFile(join(dist_folder, 'fake-1.0.zip'))
248 zip_file = zipfile.ZipFile(join(dist_folder, 'fake-1.0.zip'))
test_archive_util.py 27 import zipfile namespace
  /external/chromium_org/chrome/common/extensions/docs/server2/
github_file_system.py 16 from zipfile import ZipFile, BadZipfile
58 return_zip = ZipFile(StringIO(blob))
109 self._zip_file = Future(value=ZipFile(StringIO(blob)))
new_github_file_system.py 10 from zipfile import ZipFile
38 '''A view of a ZipFile with a more convenient interface which ignores the
47 zipball = ZipFile(StringIO(blob))
  /build/tools/releasetools/
common.py 30 import zipfile namespace
353 Returns (tempdir, zipobj) where zipobj is a zipfile.ZipFile (of the
378 return tmp, zipfile.ZipFile(filename, "r")
513 """Given a target_files ZipFile, parse the META/apkcerts.txt file
727 zinfo = zipfile.ZipInfo(filename=filename,
ota_from_target_files 18 Given a target-files zipfile, produces an OTA package that installs
75 import zipfile namespace
108 """Return true if the zipfile.ZipInfo object passed in represents a
113 """Return true if the zipfile.ZipInfo object passed in represents a
546 ZipFile, and return a dict of {filename: File object}."""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 570 import zipfile namespace
573 zf = zipfile.ZipFile(abspath, "w", zipfile.ZIP_DEFLATED)
    [all...]

Completed in 647 milliseconds

1 23 4