Home
last modified time | relevance | path

Searched refs:extractall (Results 1 – 25 of 25) sorted by relevance

/external/boringssl/src/util/bot/go/
Dbootstrap.py132 f.extractall(toolset_root)
135 f.extractall(toolset_root)
/external/boringssl/src/util/bot/
Dupdate_clang.py63 tar_file.extractall(LLVM_BUILD_DIR)
/external/r8/tools/
Ddownload_from_x20.py32 tar.extractall(path=dirname)
/external/jsoncpp/devtools/
Dtarball.py51 tar.extractall( base_dir )
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_util.py97 archive.extractall(path=unzip_path)
/external/devlib/devlib/module/
Dandroid.py88 tar.extractall(path=extract_dir)
Dvexpress.py348 tar.extractall(self.vemsd_mount)
/external/python/cpython2/Tools/i18n/
Dpygettext.py525 extractall = 0 # FIXME: currently this option has no effect at all. variable in main.Options
548 options.extractall = 1
/external/autotest/server/site_tests/cheets_CTS/
Dgenerate_controlfiles.py304 zf.extractall()
/external/python/cpython2/Doc/library/
Dtarfile.rst359 .. method:: TarFile.extractall(path=".", members=None)
389 In most cases you should consider using the :meth:`extractall` method.
393 See the warning for :meth:`extractall`.
656 tar.extractall()
659 How to extract a subset of a tar archive with :meth:`TarFile.extractall` using
671 tar.extractall(members=py_files(tar))
Dzipfile.rst229 .. method:: ZipFile.extractall([path[, members[, pwd]]])
/external/autotest/client/site_tests/network_CastTDLS/
Dnetwork_CastTDLS.py108 zip_ref.extractall(output_folder)
/external/deqp/external/
Dfetch_sources.py128 archive.extractall(tmpPath)
/external/python/cpython2/Tools/ssl/
Dtest_multiple_versions.py150 tf.extractall(self.build_dir, members)
/external/python/cpython2/Lib/test/
Dtest_zipfile.py469 zipfp.extractall()
566 zipfp.extractall(targetpath)
580 zipfp.extractall()
1579 zipf.extractall(TESTFN2)
1611 zipf.extractall(target)
1628 zipf.extractall(target)
Dtest_tarfile.py460 tar.extractall(TEMPDIR, directories)
1070 tar.extractall(path=tempdir)
1101 tar.extractall(path=tempdir)
1130 tar.extractall(path=tempdir)
/external/v8/tools/clang/scripts/
Dupdate.py146 zipfile.ZipFile(f).extractall(path=output_dir)
148 tarfile.open(mode='r:gz', fileobj=f).extractall(path=output_dir)
/external/python/cpython2/Lib/
Dzipfile.py1033 def extractall(self, path=None, members=None, pwd=None): member in ZipFile
1515 zf.extractall(args[2])
Dtarfile.py2063 def extractall(self, path=".", members=None): member in TarFile
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py1033 def extractall(self, path=None, members=None, pwd=None): member in ZipFile
1515 zf.extractall(args[2])
/external/devlib/devlib/
Dtarget.py309 f.extractall(outdir)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2636 :meth:`extract` and :meth:`extractall` methods that will unpack
2647 z.extractall()
D2.5.rst1585 :meth:`extractall` method that extracts all members from the archive into the
/external/python/cpython2/Misc/
DNEWS4994 - Issue #10761: Fix tarfile.extractall failure when symlinked files are
11053 - Patch #467924: add ZipFile.extract() and ZipFile.extractall() in the
11065 - Issue #1735: TarFile.extractall() now correctly sets directory
DHISTORY1826 - Patch #1043890: Add extractall method to tarfile.