Home | History | Annotate | Download | only in python2.7

Lines Matching refs:sizeEndCentDir64

121 sizeEndCentDir64 = struct.calcsize(structEndArchive64)
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
181 data = fpin.read(sizeEndCentDir64)
182 if len(data) != sizeEndCentDir64:
818 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)