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

  /external/devlib/devlib/module/
android.py 73 if not tarfile.is_tarfile(image_bundle):
vexpress.py 360 if not tarfile.is_tarfile(bundle):
  /external/python/cpython3/Lib/
tarfile.py 71 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError", "ReadError",
2442 def is_tarfile(name): function
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils.py 122 is_match_fn = tarfile.is_tarfile
  /external/python/cpython2/Lib/test/
test_shutil.py 393 self.assertTrue(tarfile.is_tarfile(tarball))
404 self.assertTrue(tarfile.is_tarfile(tarball))
    [all...]
  /external/python/cpython3/Lib/test/
test_shutil.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
2582 def is_tarfile(name): function
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
2619 def is_tarfile(name): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
2580 def is_tarfile(name): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
2580 def is_tarfile(name): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
2580 def is_tarfile(name): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
2580 def is_tarfile(name): function
    [all...]

Completed in 1145 milliseconds