Searched refs:extractall (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_pypi_packages.py | 43 tarfile.open(filename).extractall(savedir) 45 zipfile.ZipFile(filename).extractall(savedir)
|
/third_party/node/tools/configure.d/ |
H A D | nodedownload.py | 76 icuzip.extractall(parent_path) 81 icuzip.extractall(parent_path)
|
/third_party/python/PCbuild/ |
H A D | get_external.py | 29 zf.extractall(os.fspath(externals_dir))
|
/third_party/mindspore/ |
H A D | build_helper.py | 29 f.extractall(path=out_src_path)
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 546 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 D | test_zipfile.py | 1555 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 D | test_tarfile.py | 648 # 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 D | multissltests.py | 291 tf.extractall(self.build_dir, members)
|
/third_party/vk-gl-cts/external/ |
H A D | fetch_sources.py | 164 archive.extractall(tmpPath)
|
/third_party/python/Lib/ |
H A D | tarfile.py | 2257 def extractall(self, path=".", members=None, *, numeric_owner=False, member in TarFile 2880 tf.extractall(path=curdir, filter=args.filter)
|
H A D | zipfile.py | 1679 def extractall(self, path=None, members=None, pwd=None): member in ZipFile 2604 zf.extractall(curdir)
|
H A D | shutil.py | 1244 tarobj.extractall(extract_dir, filter=filter)
|
Completed in 23 milliseconds