HomeSort by relevance Sort by last modified time
    Searched refs:is_zipfile (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium-trace/catapult/devil/devil/utils/
zip_utils_test.py 33 self.assertTrue(zipfile.is_zipfile(zip_path))
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler_unittest.py 55 self.assertTrue(zipfile.is_zipfile(result))
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 86 if not (archive_path and zipfile.is_zipfile(archive_path)):
dependency_manager_util_unittest.py 111 self.assertTrue(zipfile.is_zipfile(archive_path))
156 self.assertTrue(zipfile.is_zipfile(archive_path))
  /pdk/build/
pdk_utils.py 128 if not zipfile.is_zipfile(zip_file_path):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipfile.py 720 """Check that is_zipfile() correctly identifies non-zip files."""
724 chk = zipfile.is_zipfile(TESTFN)
728 chk = zipfile.is_zipfile(fp)
733 chk = zipfile.is_zipfile(fp)
736 chk = zipfile.is_zipfile(fp)
740 """Check that is_zipfile() correctly identifies zip files."""
744 chk = zipfile.is_zipfile(TESTFN)
748 chk = zipfile.is_zipfile(fp)
755 chk = zipfile.is_zipfile(fp)
758 chk = zipfile.is_zipfile(fp)
    [all...]
  /external/python/cpython2/Lib/test/
test_zipfile.py     [all...]
test_shutil.py 482 self.assertTrue(zipfile.is_zipfile(res))
495 self.assertTrue(zipfile.is_zipfile(res))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py     [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...]
  /system/update_engine/scripts/
update_device.py 398 if use_omaha and zipfile.is_zipfile(args.otafile):
  /external/python/cpython3/Lib/test/
test_zipfile.py     [all...]
test_shutil.py     [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils.py 125 is_match_fn = zipfile.is_zipfile
  /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...]
  /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...]
  /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...]

Completed in 871 milliseconds

1 2