Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dzipfile.py154 sizeEndCentDir64 = struct.calcsize(structEndArchive64) variable
236 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
237 data = fpin.read(sizeEndCentDir64)
238 if len(data) != sizeEndCentDir64:
1336 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/third_party/python/Lib/test/
Dtest_zipfile.py1810 self.assertEqual(zipfile.sizeEndCentDir64, 56)