Home
last modified time | relevance | path

Searched refs:sizeEndCentDir64Locator (Results 1 – 4 of 4) 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)
822 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/external/python/cpython3/Lib/
Dzipfile.py147 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator) variable
218 fpin.seek(offset - sizeEndCentDir64Locator, 2)
224 data = fpin.read(sizeEndCentDir64Locator)
225 if len(data) != sizeEndCentDir64Locator:
235 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
1335 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/external/python/cpython2/Lib/test/
Dtest_zipfile.py1129 self.assertEqual(zipfile.sizeEndCentDir64Locator, 20)
/external/python/cpython3/Lib/test/
Dtest_zipfile.py1809 self.assertEqual(zipfile.sizeEndCentDir64Locator, 20)