HomeSort by relevance Sort by last modified time
    Searched defs:is_zipfile (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 16 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
141 def is_zipfile(filename): function
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /external/python/cpython3/Lib/
zipfile.py 41 "is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile"]
175 def is_zipfile(filename): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 909 def is_zipfile(cls, apk_file_path): member in class:DexFileReader
911 return magic == b'PK' and zipfile.is_zipfile(apk_file_path)
    [all...]

Completed in 310 milliseconds