Home
last modified time | relevance | path

Searched refs:sizeEndCentDir64 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dzipfile.py121 sizeEndCentDir64 = struct.calcsize(structEndArchive64) variable
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
181 data = fpin.read(sizeEndCentDir64)
182 if len(data) != sizeEndCentDir64:
822 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/external/python/cpython3/Lib/
Dzipfile.py153 sizeEndCentDir64 = struct.calcsize(structEndArchive64) variable
235 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
236 data = fpin.read(sizeEndCentDir64)
237 if len(data) != sizeEndCentDir64:
1335 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/external/python/cpython2/Lib/test/
Dtest_zipfile.py1128 self.assertEqual(zipfile.sizeEndCentDir64, 56)
/external/python/cpython3/Lib/test/
Dtest_zipfile.py1808 self.assertEqual(zipfile.sizeEndCentDir64, 56)