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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 69 stringCentralDir = "PK\001\002"
838 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 68 stringCentralDir = "PK\001\002"
785 if centdir[0:4] != stringCentralDir:
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 69 stringCentralDir = "PK\001\002"
841 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 69 stringCentralDir = "PK\001\002"
841 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 69 stringCentralDir = "PK\001\002"
834 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 69 stringCentralDir = "PK\001\002"
834 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 69 stringCentralDir = "PK\001\002"
834 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 69 stringCentralDir = "PK\001\002"
834 if centdir[_CD_SIGNATURE] != stringCentralDir:
    [all...]
  /external/python/cpython3/Lib/
zipfile.py 102 stringCentralDir = b"PK\001\002"
    [all...]

Completed in 1366 milliseconds