HomeSort by relevance Sort by last modified time
    Searched full:_zipfile (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
zipio.py 11 import zipfile as _zipfile namespace
103 zf = _zipfile.ZipFile(path, 'r')
105 except _zipfile.error:
112 except (_zipfile.error, KeyError):
136 zf = _zipfile.ZipFile(path, 'r')
138 except _zipfile.error:
166 except _zipfile.error:
188 zf = _zipfile.ZipFile(path, 'r')
190 except (_zipfile.error, IOError):
196 zf = _zipfile.ZipFile(path, 'r'
    [all...]
  /external/v8/build/android/
apksize.py 40 self._zipfile = zipfile.ZipFile(path, 'r')
57 for f in self._zipfile.infolist():

Completed in 71 milliseconds