HomeSort by relevance Sort by last modified time
    Searched refs:tarfile (Results 26 - 50 of 66) sorted by null

12 3

  /external/autotest/tko/parsers/test/
scenario_base.py 5 import ConfigParser, os, shelve, shutil, sys, tarfile, time
313 tgz = tarfile.open(tgz_filepath, 'w:gz')
334 tgz = tarfile.open(tgz_filepath, 'r:gz')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
archive_util.py 84 import tarfile # late import so Python build itself doesn't break
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /external/boringssl/src/util/bot/
extract.py 22 import tarfile
71 with tarfile.open(path, 'r:' + compression) as tar_file:
  /external/deqp/external/
fetch_sources.py 26 import tarfile
121 archive = tarfile.open(srcPath)
  /external/python/cpython2/Lib/distutils/
archive_util.py 84 import tarfile # late import so Python build itself doesn't break
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 84 import tarfile # late import so Python build itself doesn't break
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
archive_util.py 84 import tarfile # late import so Python build itself doesn't break
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 84 import tarfile # late import so Python build itself doesn't break
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 84 import tarfile # late import so Python build itself doesn't break
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sdist.py 6 import tarfile
321 archive = tarfile.open(archive_name)
339 archive = tarfile.open(archive_name)
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 8 import tarfile
97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
test_sdist.py 3 import tarfile
339 archive = tarfile.open(archive_name)
357 archive = tarfile.open(archive_name)
492 archive = tarfile.open(archive_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 8 import tarfile
97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
test_sdist.py 3 import tarfile
347 archive = tarfile.open(archive_name)
365 archive = tarfile.open(archive_name)
500 archive = tarfile.open(archive_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 8 import tarfile
97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
test_sdist.py 3 import tarfile
347 archive = tarfile.open(archive_name)
365 archive = tarfile.open(archive_name)
500 archive = tarfile.open(archive_name)
  /bionic/libc/tools/
generate-NOTICE.py 14 import tarfile
  /external/devlib/devlib/module/
vexpress.py 18 import tarfile
347 with tarfile.open(bundle) as tar:
360 if not tarfile.is_tarfile(bundle):
362 with tarfile.open(bundle) as tar:
  /external/python/cpython2/Tools/ssl/
test_multiple_versions.py 27 import tarfile
141 tf = tarfile.open(self.src_file)
  /external/python/cpython2/Lib/test/
test_shutil.py 16 import tarfile
393 self.assertTrue(tarfile.is_tarfile(tarball))
394 with tarfile.open(tarball, 'r:gz') as tf:
404 self.assertTrue(tarfile.is_tarfile(tarball))
405 with tarfile.open(tarball, 'r') as tf:
411 with tarfile.open(path) as tar:
597 archive = tarfile.open(archive_name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 373 import tarfile # late import so Python build itself doesn't break
391 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 368 import tarfile # late import so Python build itself doesn't break
386 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 25 import tarfile
400 tar = tarfile.open(local_file)
  /external/deqp/scripts/
make_release.py 32 import tarfile
357 archive = tarfile.open(dstArchiveName, 'w:bz2')
  /external/python/cpython2/Lib/
shutil.py 373 import tarfile # late import so Python build itself doesn't break
391 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])

Completed in 1068 milliseconds

12 3