Home
last modified time | relevance | path

Searched refs:extractall (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py43 tarfile.open(filename).extractall(savedir)
45 zipfile.ZipFile(filename).extractall(savedir)
/third_party/node/tools/configure.d/
H A Dnodedownload.py76 icuzip.extractall(parent_path)
81 icuzip.extractall(parent_path)
/third_party/python/PCbuild/
H A Dget_external.py29 zf.extractall(os.fspath(externals_dir))
/third_party/mindspore/
H A Dbuild_helper.py29 f.extractall(path=out_src_path)
/third_party/python/Tools/i18n/
H A Dpygettext.py546 extractall = 0 # FIXME: currently this option has no effect at all.
569 options.extractall = 1
540 extractall = 0 # FIXME: currently this option has no effect at all. global() variable in main.Options
/third_party/python/Lib/test/
H A Dtest_zipfile.py1555 zipfp.extractall()
1567 zipfp.extractall(target)
1669 zipfp.extractall(targetpath)
1683 zipfp.extractall()
2812 zipf.extractall(TESTFN2)
2844 zipf.extractall(target)
2861 zipf.extractall(target)
2894 zf.extractall(target)
2914 zf.extractall(target)
3564 zf.extractall(source_pat
[all...]
H A Dtest_tarfile.py648 # Test if extractall() correctly restores directory permissions
651 DIR = os.path.join(TEMPDIR, "extractall")
655 tar.extractall(DIR, directories, filter='fully_trusted')
695 DIR = pathlib.Path(TEMPDIR) / "extractall"
699 tar.extractall(DIR, directories, filter='fully_trusted')
706 DIR = pathlib.Path(TEMPDIR) / "extractall"
1470 # Test if extractall works properly when tarfile contains symlinks
1487 tar.extractall(path=tempdir,
1490 self.fail("extractall failed with symlinked files")
2949 tarfl.extractall(TEMPDI
[all...]
/third_party/python/Tools/ssl/
H A Dmultissltests.py291 tf.extractall(self.build_dir, members)
/third_party/vk-gl-cts/external/
H A Dfetch_sources.py164 archive.extractall(tmpPath)
/third_party/python/Lib/
H A Dtarfile.py2257 def extractall(self, path=".", members=None, *, numeric_owner=False, member in TarFile
2880 tf.extractall(path=curdir, filter=args.filter)
H A Dzipfile.py1679 def extractall(self, path=None, members=None, pwd=None): member in ZipFile
2604 zf.extractall(curdir)
H A Dshutil.py1244 tarobj.extractall(extract_dir, filter=filter)

Completed in 21 milliseconds