Home
last modified time | relevance | path

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

123

/external/pigweed/pw_build/py/
Dzip_test.py94 zip_file.extractall(out_path)
113 zip_file.extractall(out_path)
137 zip_file.extractall(out_path)
157 zip_file.extractall(out_path)
177 zip_file.extractall(out_path)
202 zip_file.extractall(out_path)
/external/webrtc/rtc_tools/testing/
Dutils.py103 zip_file.extractall(output_dir)
112 tar_file.extractall(output_dir)
/external/python/cpython3/Tools/peg_generator/scripts/
Dtest_pypi_packages.py42 tarfile.open(filename).extractall(savedir)
44 zipfile.ZipFile(filename).extractall(savedir)
/external/tensorflow/tensorflow/lite/micro/tools/make/
Dmerge_arduino_zips.py34 input_zip.extractall(path=working_dir)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Ddownload_and_unzip.py42 target_zip_file.extractall(destination)
/external/boringssl/src/util/bot/go/
Dbootstrap.py132 f.extractall(toolset_root)
135 f.extractall(toolset_root)
/external/libchrome/build/
Dswarming_xcode_install.py50 tarfile.open(mode='r:gz', name=temp.name).extractall(path=OUTPUT_DIR)
Ddownload_translation_unit_tool.py48 tarfile.open(name=targz_name, mode='r:gz').extractall(path=LLVM_BUILD_PATH)
/external/python/oauth2client/scripts/
Dfetch_gae_sdk.py78 zip_contents.extractall(dest_dir)
/external/jsoncpp/devtools/
Dtarball.py52 tar.extractall(base_dir)
/external/python/cpython2/PCbuild/
Dget_external.py27 zf.extractall(os.fspath(externals_dir))
/external/python/cpython3/PCbuild/
Dget_external.py27 zf.extractall(os.fspath(externals_dir))
/external/tensorflow/tensorflow/tools/ci_build/
Dcopy_binary.py66 zip_ref.extractall()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_util.py109 archive.extractall(path=unzip_path)
/external/boringssl/src/util/bot/
Dupdate_clang.py89 tarfile.open(mode='r:gz', fileobj=f).extractall(path=output_dir)
/external/oss-fuzz/infra/cifuzz/
Dclusterfuzz_deployment.py203 zip_file.extractall(extract_directory)
/external/python/cpython3/Tools/i18n/
Dpygettext.py486 extractall = 0 # FIXME: currently this option has no effect at all. variable in main.Options
509 options.extractall = 1
/external/python/cpython2/Tools/i18n/
Dpygettext.py519 extractall = 0 # FIXME: currently this option has no effect at all. variable in main.Options
542 options.extractall = 1
/external/python/setuptools/setuptools/tests/
Dtest_integration.py164 archive.extractall(target)
/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py88 tar.extractall(temp_bundle_dir)
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dfile_operations.py144 archive.extractall(path=dest_dir)
/external/python/setuptools/setuptools/
Dwheel.py98 zf.extractall(destination_eggdir)
/external/autotest/client/site_tests/network_CastTDLS/
Dnetwork_CastTDLS.py108 zip_ref.extractall(output_folder)
/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))
/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)

123