Home
last modified time | relevance | path

Searched refs:rmtree (Results 101 - 125 of 171) sorted by relevance

1234567

/third_party/node/
H A Dconfigure.py1831 shutil.rmtree(icu_full_path)
1841 shutil.rmtree(icu_tmp_path)
1857 shutil.rmtree(icu_tmp_path)
1859 shutil.rmtree(icu_tmp_path)
1906 shutil.rmtree(icu_tmp_path)
/third_party/python/Lib/test/
H A Dtest_zipfile.py30 TESTFN, unlink, rmtree, temp_dir, temp_cwd, fd_count
1433 rmtree(TESTFN2)
1453 rmtree(TESTFN2)
1482 rmtree(TESTFN2)
1495 rmtree(TESTFN2)
1666 rmtree('target')
1671 rmtree('target')
1680 rmtree(fixedname.split('/')[0])
1685 rmtree(fixedname.split('/')[0])
2919 rmtree(TESTFN
[all...]
H A Dtest_dbm.py33 os_helper.rmtree(dirname)
H A Dtest_ntpath.py368 self.addCleanup(os_helper.rmtree, ABSTFN)
555 os_helper.rmtree(ABSTFN)
557 self.addCleanup(os_helper.rmtree, ABSTFN)
H A Dtest_pydoc.py32 from test.support.os_helper import (TESTFN, rmtree, unlink) namespace
876 self.addCleanup(rmtree, TESTFN)
941 self.addCleanup(rmtree, pkgdir)
H A Dtest_tarfile.py676 os_helper.rmtree(DIR)
692 os_helper.rmtree(DIR)
1433 os_helper.rmtree(tempdir)
1493 os_helper.rmtree(tempdir)
1751 os_helper.rmtree(tempdir)
2681 os_helper.rmtree(tarextdir)
2692 os_helper.rmtree(tarextdir)
2711 os_helper.rmtree(tarextdir)
2720 os_helper.rmtree(tarextdir)
3052 shutil.rmtree(cl
[all...]
H A Dtest_site.py568 self.addCleanup(os_helper.rmtree, temp_dir)
589 self.addCleanup(os_helper.rmtree, temp_dir)
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py104 shutil.rmtree(dest, onerror=_on_error)
/third_party/node/tools/icu/
H A Dicutrim.py102 shutil.rmtree(options.tmpdir)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py104 shutil.rmtree(dest, onerror=_on_error)
/third_party/python/Lib/distutils/tests/
H A Dtest_sysconfig.py33 shutil.rmtree(TESTFN)
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dspirv_test_framework.py304 shutil.rmtree(self.directory)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dspirv_test_framework.py304 shutil.rmtree(self.directory)
/third_party/python/Lib/test/libregrtest/
H A Dsave_env.py268 os_helper.rmtree(fn)
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py322 shutil.rmtree(outdir)
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Ddefault.py90 """Like shutil.rmtree() + os.makedirs(), but on a connected device."""
95 self.m.run.rmtree(path)
/third_party/spirv-tools/test/tools/
H A Dspirv_test_framework.py304 shutil.rmtree(self.directory)
/third_party/python/Lib/
H A Dshutil.py52 "copytree", "move", "rmtree", "Error", "SpecialFileError",
568 # symlinks for shutil.rmtree, since in general they do not appear as
613 raise OSError("Cannot call rmtree on a symbolic link")
672 raise OSError("Cannot call rmtree on a symbolic "
690 def rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None): function
706 sys.audit("shutil.rmtree", path, dir_fd)
714 # While the unsafe rmtree works fine on bytes, the fd based does not.
742 raise OSError("Cannot call rmtree on a symbolic link")
754 raise OSError("Cannot call rmtree on a symbolic link")
763 rmtree
[all...]
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py47 shutil.rmtree(filepath)
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py266 shutil.rmtree(config_path)
/test/testfwk/developer_test/libs/benchmark/report/
H A Dgenerate_report.py111 shutil.rmtree(dest_path)
/test/testfwk/developer_test/src/core/command/
H A Drun.py404 shutil.rmtree(latest_corpus_path)
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py143 shutil.rmtree(root)
/third_party/jerryscript/tools/
H A Dbuild.py237 shutil.rmtree(arguments.builddir)
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py473 shutil.rmtree(output_dir)

Completed in 28 milliseconds

1234567