/third_party/node/ |
H A D | configure.py | 1831 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 D | test_zipfile.py | 30 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 D | test_dbm.py | 33 os_helper.rmtree(dirname)
|
H A D | test_ntpath.py | 368 self.addCleanup(os_helper.rmtree, ABSTFN) 555 os_helper.rmtree(ABSTFN) 557 self.addCleanup(os_helper.rmtree, ABSTFN)
|
H A D | test_pydoc.py | 32 from test.support.os_helper import (TESTFN, rmtree, unlink) namespace 876 self.addCleanup(rmtree, TESTFN) 941 self.addCleanup(rmtree, pkgdir)
|
H A D | test_tarfile.py | 676 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 D | test_site.py | 568 self.addCleanup(os_helper.rmtree, temp_dir) 589 self.addCleanup(os_helper.rmtree, temp_dir)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 104 shutil.rmtree(dest, onerror=_on_error)
|
/third_party/node/tools/icu/ |
H A D | icutrim.py | 102 shutil.rmtree(options.tmpdir)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | win_tool.py | 104 shutil.rmtree(dest, onerror=_on_error)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sysconfig.py | 33 shutil.rmtree(TESTFN)
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 304 shutil.rmtree(self.directory)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | spirv_test_framework.py | 304 shutil.rmtree(self.directory)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | save_env.py | 268 os_helper.rmtree(fn)
|
/third_party/skia/third_party/externals/angle2/ |
H A D | PRESUBMIT.py | 322 shutil.rmtree(outdir)
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | default.py | 90 """Like shutil.rmtree() + os.makedirs(), but on a connected device.""" 95 self.m.run.rmtree(path)
|
/third_party/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 304 shutil.rmtree(self.directory)
|
/third_party/python/Lib/ |
H A D | shutil.py | 52 "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 D | interface_coverage_gcov_lcov.py | 47 shutil.rmtree(filepath)
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | init_gcov.py | 266 shutil.rmtree(config_path)
|
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | generate_report.py | 111 shutil.rmtree(dest_path)
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 404 shutil.rmtree(latest_corpus_path)
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 143 shutil.rmtree(root)
|
/third_party/jerryscript/tools/ |
H A D | build.py | 237 shutil.rmtree(arguments.builddir)
|
/third_party/node/deps/v8/tools/ |
H A D | generate-runtime-call-stats.py | 473 shutil.rmtree(output_dir)
|