/third_party/python/Lib/test/ |
D | test_venv.py | 19 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree) 71 rmtree(self.env_dir) 98 rmtree(self.env_dir) 125 rmtree(self.env_dir) 133 rmtree(self.env_dir) 141 rmtree(self.env_dir) 186 rmtree(self.env_dir) 251 rmtree(fn) 322 rmtree(self.env_dir) 335 rmtree(self.env_dir) [all …]
|
D | test_pdb.py | 1360 self.addCleanup(os_helper.rmtree, '__pycache__') 1385 os_helper.rmtree(self.module_name) 1393 self.addCleanup(os_helper.rmtree, self.module_name) 1688 os_helper.rmtree(module_name) 1693 self.addCleanup(os_helper.rmtree, module_name) 1701 os_helper.rmtree(pkg_name) 1706 self.addCleanup(os_helper.rmtree, pkg_name) 1727 os_helper.rmtree(self.module_name) 1731 self.addCleanup(os_helper.rmtree, self.module_name) 1765 os_helper.rmtree(self.module_name) [all …]
|
D | test_shutil.py | 179 self.addCleanup(os_helper.rmtree, d) 192 shutil.rmtree(victim) 201 self.assertRaises(OSError, shutil.rmtree, link) 207 shutil.rmtree(link, onerror=onerror) 230 shutil.rmtree(dir1) 243 self.assertRaises(OSError, shutil.rmtree, link) 249 shutil.rmtree(link, onerror=onerror) 272 shutil.rmtree(dir1) 280 self.assertRaises(FileNotFoundError, shutil.rmtree, filename) 282 shutil.rmtree(filename, ignore_errors=True) [all …]
|
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__') 156 os_helper.rmtree(parent_dir) 178 shutil.rmtree(path) 193 shutil.rmtree(path)
|
D | test_pkgutil.py | 24 self.addCleanup(shutil.rmtree, self.dirname) 362 shutil.rmtree(dirname_0) 363 shutil.rmtree(dirname_1) 412 shutil.rmtree(dirname) 441 shutil.rmtree(dirname_0) 442 shutil.rmtree(dirname_1) 460 shutil.rmtree(self.basedir)
|
/third_party/freetype/src/tools/ |
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/third_party/externals/freetype/src/tools/ |
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/mindspore/tests/ut/python/profiler/parser/ |
D | test_framework_parser.py | 64 shutil.rmtree(self._output_path_1) 65 shutil.rmtree(self._output_path_2) 66 shutil.rmtree(self._output_path_4)
|
D | test_minddata_pipeline_parser.py | 64 shutil.rmtree(self._output_path_1) 65 shutil.rmtree(self._output_path_2)
|
D | test_aicpu_parser.py | 67 shutil.rmtree(self.output_path) 75 shutil.rmtree(self.output_path)
|
/third_party/openssl/test/recipes/ |
D | 80-test_ca.t | 24 rmtree("demoCA", { safe => 0 }); 55 rmtree("demoCA", { safe => 0 });
|
/third_party/flutter/skia/tools/skqp/ |
D | cut_release.py | 28 shutil.rmtree(tmp) 77 shutil.rmtree(path) 118 shutil.rmtree(tmp) 123 shutil.rmtree(x)
|
/third_party/skia/tools/skqp/ |
D | cut_release.py | 32 shutil.rmtree(tmp) 81 shutil.rmtree(path) 122 shutil.rmtree(tmp) 127 shutil.rmtree(x)
|
/third_party/musl/ndk-test/script/ |
D | build.py | 24 shutil.rmtree(os.path.join(target_dir,filename)) 68 shutil.rmtree(src) 100 shutil.rmtree(os.path.join(curdir,dirname))
|
/third_party/mindspore/tests/ut/python/ |
D | test_log.py | 74 shutil.rmtree(file_path) 95 shutil.rmtree(file_path) 116 shutil.rmtree(file_path) 131 shutil.rmtree(file_path)
|
/third_party/mindspore/tests/st/dump/ |
D | test_data_dump.py | 66 shutil.rmtree(dump_path) 83 shutil.rmtree(dump_path) 209 shutil.rmtree(npy_path) 242 shutil.rmtree(diagnose_path) 258 shutil.rmtree(dump_path)
|
/third_party/mindspore/tests/st/profiler/ |
D | test_cpu_profiler.py | 49 shutil.rmtree(data_path) 71 shutil.rmtree(data_path)
|
/third_party/vk-gl-cts/external/ |
D | fetch_sources.py | 56 shutil.rmtree(readonlydir, onerror = onReadonlyRemoveError ) 58 shutil.rmtree(fullDstPath, ignore_errors=False) 85 shutil.rmtree(archiveDir, ignore_errors=False) 151 shutil.rmtree(tmpPath, ignore_errors=False) 173 shutil.rmtree(tmpPath, ignore_errors=True)
|
/third_party/curl/tests/ |
D | testcurl.pl | 192 sub rmtree($) { subroutine 239 rmtree "$pwd/$build"; 400 rmtree "build-*"; 401 rmtree "buildlog-*";
|
/third_party/grpc/tools/distrib/python/grpc_prefixed/ |
D | generate.py | 55 shutil.rmtree(BUILD_PATH) 60 shutil.rmtree(DIST_PATH)
|
/third_party/flutter/skia/infra/bots/recipe_modules/run/ |
D | api.py | 50 def rmtree(self, path): member in SkiaStepApi 52 self.m.file.rmtree('rmtree %s' % self.m.path.basename(path), path)
|
/third_party/skia/infra/bots/recipe_modules/run/ |
D | api.py | 50 def rmtree(self, path): member in SkiaStepApi 52 self.m.file.rmtree('rmtree %s' % self.m.path.basename(path), path)
|
/third_party/grpc/tools/distrib/python/ |
D | docgen.py | 121 shutil.rmtree(python_doc_dir, ignore_errors=True) 136 shutil.rmtree(repo_parent_dir)
|
/third_party/python/Lib/test/test_importlib/ |
D | test_threaded_import.py | 19 from test.support.os_helper import (TESTFN, unlink, rmtree) 201 self.addCleanup(shutil.rmtree, TESTFN) 243 self.addCleanup(rmtree, '__pycache__')
|
/third_party/mindspore/mindspore/ops/bprop_mindir/ |
D | generate_mindir.py | 63 shutil.rmtree(bprop_installed_dir + backup_suffix, ignore_errors=True) 78 shutil.rmtree(bprop_installed_dir)
|