Home
last modified time | relevance | path

Searched refs:rmtree (Results 1 - 25 of 155) sorted by relevance

1234567

/third_party/python/Lib/test/
H A Dtest_venv.py24 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 Dtest_pdb.py1710 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 Dtest_shutil.py183 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 Dtest_pkgutil.py25 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 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__')
159 os_helper.rmtree(parent_dir)
181 shutil.rmtree(path)
196 shutil.rmtree(path)
H A Dfinal_a.py15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
H A Dfinal_b.py15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
/third_party/skia/third_party/externals/freetype/src/tools/
H A 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/tools/skqp/
H A Dcut_release.py32 shutil.rmtree(tmp)
81 shutil.rmtree(path)
122 shutil.rmtree(tmp)
127 shutil.rmtree(x)
H A Dsetup_resources16 shutil.rmtree(dst)
/third_party/curl/tests/
H A Dtestcurl.pl184 sub rmtree($) { subroutine
231 rmtree "$pwd/$build";
392 rmtree "build-*";
393 rmtree "buildlog-*";
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py19 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 Dfetch_sources.py61 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 Drun-test-suite-test262.py90 shutil.rmtree(path_to_remove)
94 shutil.rmtree(path_to_remove)
/third_party/skia/infra/bots/recipe_modules/run/
H A Dapi.py50 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 Dbuild-installer.py735 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 Dutil.py132 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 Dbuildall.py125 shutil.rmtree(bin_dir)
130 shutil.rmtree(work_folder)
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py76 shutil.rmtree ('fonts', ignore_errors=True)
81 shutil.rmtree ('tests', ignore_errors=True)
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py182 shutil.rmtree(old_skps_dir)
183 shutil.rmtree(new_skps_dir)
/third_party/rust/crates/regex/scripts/
H A Dscrape_crates_io.py80 shutil.rmtree(work_dir)
162 shutil.rmtree(self.filename[:-len(".tar.gz")])
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py265 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 Drm.py16 shutil.rmtree(dst)
H A Dcp.py16 shutil.rmtree(dst)
/third_party/skia/third_party/externals/libwebp/swig/
H A Dsetup.py40 shutil.rmtree(tmpdir)

Completed in 15 milliseconds

1234567