/third_party/python/Lib/test/ |
H A D | test_venv.py | 24 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree) namespace 82 rmtree(self.env_dir) 109 rmtree(self.env_dir) 117 rmtree(self.env_dir) 161 rmtree(self.env_dir) 183 rmtree(self.env_dir) 191 rmtree(self.env_dir) 199 rmtree(self.env_dir) 244 rmtree(self.env_dir) 262 rmtree(sel [all...] |
H A D | test_pdb.py | 1710 self.addCleanup(os_helper.rmtree, '__pycache__') 1740 os_helper.rmtree(self.module_name) 1748 self.addCleanup(os_helper.rmtree, self.module_name) 2100 os_helper.rmtree(module_name) 2105 self.addCleanup(os_helper.rmtree, module_name) 2115 os_helper.rmtree(pkg_name) 2120 self.addCleanup(os_helper.rmtree, pkg_name) 2143 os_helper.rmtree(self.module_name) 2147 self.addCleanup(os_helper.rmtree, self.module_name) 2181 os_helper.rmtree(sel [all...] |
H A D | test_shutil.py | 183 self.addCleanup(os_helper.rmtree, d) 196 shutil.rmtree(victim) 205 self.assertRaises(OSError, shutil.rmtree, link) 211 shutil.rmtree(link, onerror=onerror) 234 shutil.rmtree(dir1) 247 self.assertRaises(OSError, shutil.rmtree, link) 253 shutil.rmtree(link, onerror=onerror) 276 shutil.rmtree(dir1) 284 self.assertRaises(FileNotFoundError, shutil.rmtree, filename) 286 shutil.rmtree(filenam [all...] |
H A D | test_pkgutil.py | 25 self.addCleanup(shutil.rmtree, self.dirname) 402 shutil.rmtree(dirname_0) 403 shutil.rmtree(dirname_1) 452 shutil.rmtree(dirname) 481 shutil.rmtree(dirname_0) 482 shutil.rmtree(dirname_1) 500 shutil.rmtree(self.basedir)
|
H A D | test_support.py | 90 os_helper.rmtree(dirpath) 93 os_helper.rmtree(dirpath) 99 os_helper.rmtree(dirpath) 106 os_helper.rmtree(dirpath) 124 os_helper.rmtree('__pycache__') 159 os_helper.rmtree(parent_dir) 181 shutil.rmtree(path) 196 shutil.rmtree(path)
|
H A D | final_a.py | 15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
|
H A D | final_b.py | 15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | make_distribution_archives.py | 109 shutil.rmtree(file_path) 117 shutil.rmtree(build_dir) 142 shutil.rmtree( 168 shutil.rmtree(os.path.join(tmp_src_dir, "docs", "markdown"))
|
/third_party/skia/tools/skqp/ |
H A D | cut_release.py | 32 shutil.rmtree(tmp) 81 shutil.rmtree(path) 122 shutil.rmtree(tmp) 127 shutil.rmtree(x)
|
H A D | setup_resources | 16 shutil.rmtree(dst)
|
/third_party/curl/tests/ |
H A D | testcurl.pl | 184 sub rmtree($) { subroutine 231 rmtree "$pwd/$build"; 392 rmtree "build-*"; 393 rmtree "buildlog-*";
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_threaded_import.py | 19 from test.support.os_helper import (TESTFN, unlink, rmtree) namespace 203 self.addCleanup(shutil.rmtree, TESTFN) 245 self.addCleanup(rmtree, '__pycache__')
|
/third_party/vk-gl-cts/external/ |
H A D | fetch_sources.py | 61 shutil.rmtree(readonlydir, onerror = onReadonlyRemoveError) 63 shutil.rmtree(fullDstPath, ignore_errors=False) 90 shutil.rmtree(archiveDir, ignore_errors=False) 160 shutil.rmtree(tmpPath, ignore_errors=False) 182 shutil.rmtree(tmpPath, ignore_errors=True)
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite-test262.py | 90 shutil.rmtree(path_to_remove) 94 shutil.rmtree(path_to_remove)
|
/third_party/skia/infra/bots/recipe_modules/run/ |
H A D | api.py | 50 def rmtree(self, path): member in SkiaStepApi 51 """Wrapper around api.file.rmtree.""" 52 self.m.file.rmtree('rmtree %s' % self.m.path.basename(path), path)
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 735 shutil.rmtree(retval) 741 shutil.rmtree(retval) 747 shutil.rmtree(retval) 753 shutil.rmtree(retval) 1131 shutil.rmtree(buildDir) 1133 shutil.rmtree(rootDir) 1379 shutil.rmtree(usr_local_bin) 1546 shutil.rmtree(outdir) 1595 shutil.rmtree(outdir) 1709 shutil.rmtree(WORKDI [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 132 def _remove_temp_dir(rmtree, tempdir): 133 rmtree(tempdir) 148 # keep a strong reference to shutil.rmtree(), since the finalizer 150 Finalize(None, _remove_temp_dir, args=(shutil.rmtree, tempdir),
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 125 shutil.rmtree(bin_dir) 130 shutil.rmtree(work_folder)
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
H A D | update.py | 76 shutil.rmtree ('fonts', ignore_errors=True) 81 shutil.rmtree ('tests', ignore_errors=True)
|
/third_party/skia/infra/bots/assets/skp/ |
H A D | create.py | 182 shutil.rmtree(old_skps_dir) 183 shutil.rmtree(new_skps_dir)
|
/third_party/rust/crates/regex/scripts/ |
H A D | scrape_crates_io.py | 80 shutil.rmtree(work_dir) 162 shutil.rmtree(self.filename[:-len(".tar.gz")])
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 265 shutil.rmtree function can fail on Windows due to read-only files. 389 shutil.rmtree(self.repo_dir, onerror=on_rm_error) 420 shutil.rmtree(self.repo_dir, onerror = on_rm_error) 462 shutil.rmtree(self.build_dir, onerror=on_rm_error) 465 shutil.rmtree(self.install_dir, onerror=on_rm_error)
|
/third_party/skia/gn/ |
H A D | rm.py | 16 shutil.rmtree(dst)
|
H A D | cp.py | 16 shutil.rmtree(dst)
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | setup.py | 40 shutil.rmtree(tmpdir)
|