Home
last modified time | relevance | path

Searched refs:rmtree (Results 1 – 25 of 241) sorted by relevance

12345678910

/third_party/python/Lib/test/
Dtest_venv.py19 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 …]
Dtest_pdb.py1360 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 …]
Dtest_shutil.py179 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 …]
Dtest_support.py90 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)
Dtest_pkgutil.py24 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/
Dmake_distribution_archives.py109 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/
Dmake_distribution_archives.py109 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/
Dtest_framework_parser.py64 shutil.rmtree(self._output_path_1)
65 shutil.rmtree(self._output_path_2)
66 shutil.rmtree(self._output_path_4)
Dtest_minddata_pipeline_parser.py64 shutil.rmtree(self._output_path_1)
65 shutil.rmtree(self._output_path_2)
Dtest_aicpu_parser.py67 shutil.rmtree(self.output_path)
75 shutil.rmtree(self.output_path)
/third_party/openssl/test/recipes/
D80-test_ca.t24 rmtree("demoCA", { safe => 0 });
55 rmtree("demoCA", { safe => 0 });
/third_party/flutter/skia/tools/skqp/
Dcut_release.py28 shutil.rmtree(tmp)
77 shutil.rmtree(path)
118 shutil.rmtree(tmp)
123 shutil.rmtree(x)
/third_party/skia/tools/skqp/
Dcut_release.py32 shutil.rmtree(tmp)
81 shutil.rmtree(path)
122 shutil.rmtree(tmp)
127 shutil.rmtree(x)
/third_party/musl/ndk-test/script/
Dbuild.py24 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/
Dtest_log.py74 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/
Dtest_data_dump.py66 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/
Dtest_cpu_profiler.py49 shutil.rmtree(data_path)
71 shutil.rmtree(data_path)
/third_party/vk-gl-cts/external/
Dfetch_sources.py56 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/
Dtestcurl.pl192 sub rmtree($) { subroutine
239 rmtree "$pwd/$build";
400 rmtree "build-*";
401 rmtree "buildlog-*";
/third_party/grpc/tools/distrib/python/grpc_prefixed/
Dgenerate.py55 shutil.rmtree(BUILD_PATH)
60 shutil.rmtree(DIST_PATH)
/third_party/flutter/skia/infra/bots/recipe_modules/run/
Dapi.py50 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/
Dapi.py50 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/
Ddocgen.py121 shutil.rmtree(python_doc_dir, ignore_errors=True)
136 shutil.rmtree(repo_parent_dir)
/third_party/python/Lib/test/test_importlib/
Dtest_threaded_import.py19 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/
Dgenerate_mindir.py63 shutil.rmtree(bprop_installed_dir + backup_suffix, ignore_errors=True)
78 shutil.rmtree(bprop_installed_dir)

12345678910