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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
818 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
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 332 milliseconds