HomeSort by relevance Sort by last modified time
    Searched refs:sizeEndCentDir64 (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 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)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]

Completed in 195 milliseconds