Home
last modified time | relevance | path

Searched refs:sizeEndCentDir64Locator (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dzipfile.py115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator) variable
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
825 self._start_disk -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator) variable
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
825 self._start_disk -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/external/python/cpython2/Lib/test/
Dtest_zipfile.py1129 self.assertEqual(zipfile.sizeEndCentDir64Locator, 20)