Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dzipfile.py181 sizeEndCentDir64 = struct.calcsize(structEndArchive64) variable
265 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
266 data = fpin.read(sizeEndCentDir64)
267 if len(data) != sizeEndCentDir64:
1383 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
/third_party/python/Lib/test/
H A Dtest_zipfile.py1988 self.assertEqual(zipfile.sizeEndCentDir64, 56)

Completed in 9 milliseconds