Home
last modified time | relevance | path

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

12345678910>>...22

/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles_test.py20 shutil.rmtree(self._program_dir)
22 shutil.rmtree(profile_dir)
81 shutil.rmtree(my_output)
82 shutil.rmtree(reference_output)
121 shutil.rmtree(my_output)
122 shutil.rmtree(reference_output)
/external/python/cpython3/Lib/test/
Dtest_venv.py17 can_symlink, EnvironmentVarGuard, rmtree)
59 rmtree(self.env_dir)
86 rmtree(self.env_dir)
131 rmtree(self.env_dir)
196 rmtree(fn)
262 rmtree(self.env_dir)
275 rmtree(self.env_dir)
289 rmtree(self.env_dir)
305 rmtree(self.env_dir)
331 rmtree(self.env_dir)
[all …]
Dtest_pdb.py1149 self.addCleanup(support.rmtree, '__pycache__')
1173 support.rmtree(self.module_name)
1181 self.addCleanup(support.rmtree, self.module_name)
1394 support.rmtree(module_name)
1399 self.addCleanup(support.rmtree, module_name)
1419 support.rmtree(self.module_name)
1423 self.addCleanup(support.rmtree, self.module_name)
1457 support.rmtree(self.module_name)
1461 self.addCleanup(support.rmtree, self.module_name)
Dtest_shutil.py98 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
117 shutil.rmtree(victim)
126 self.assertRaises(OSError, shutil.rmtree, link)
132 shutil.rmtree(link, onerror=onerror)
155 shutil.rmtree(dir1)
163 self.assertRaises(FileNotFoundError, shutil.rmtree, filename)
165 shutil.rmtree(filename, ignore_errors=True)
172 shutil.rmtree(filename)
179 shutil.rmtree(filename, ignore_errors=True)
184 shutil.rmtree(filename, onerror=onerror)
[all …]
Dtest_support.py57 support.rmtree(dirpath)
60 support.rmtree(dirpath)
66 support.rmtree(dirpath)
73 support.rmtree(dirpath)
91 support.rmtree('__pycache__')
125 support.rmtree(parent_dir)
147 shutil.rmtree(path)
162 shutil.rmtree(path)
Dtest_netrc.py114 self.addCleanup(support.rmtree, d)
133 self.addCleanup(support.rmtree, d)
145 self.addCleanup(support.rmtree, fake_home)
Dtest_pkgutil.py23 self.addCleanup(shutil.rmtree, self.dirname)
270 shutil.rmtree(dirname_0)
271 shutil.rmtree(dirname_1)
320 shutil.rmtree(dirname)
349 shutil.rmtree(dirname_0)
350 shutil.rmtree(dirname_1)
368 shutil.rmtree(self.basedir)
/external/python/cpython2/Lib/test/
Dtest_shutil.py53 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
80 self.assertRaises(OSError, shutil.rmtree, filename)
99 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
109 shutil.rmtree(TESTFN)
141 self.assertRaises(OSError, shutil.rmtree, path)
187 shutil.rmtree(path)
230 shutil.rmtree(dst_dir)
240 shutil.rmtree(dst_dir)
265 shutil.rmtree(dst_dir)
267 shutil.rmtree(src_dir)
[all …]
Dtest_test_support.py70 support.rmtree(dirpath)
73 support.rmtree(dirpath)
79 support.rmtree(dirpath)
86 support.rmtree(dirpath)
103 support.rmtree('__pycache__')
137 support.rmtree(parent_dir)
161 shutil.rmtree(path)
176 shutil.rmtree(path)
Dtest_filecmp.py52 shutil.rmtree(dir, True)
67 shutil.rmtree(self.dir)
68 shutil.rmtree(self.dir_same)
69 shutil.rmtree(self.dir_diff)
/external/chromium-trace/
Dupdate.py39 shutil.rmtree(catapult_src_dir, True)
61 shutil.rmtree(catapult_git_dir, True)
77 shutil.rmtree(catapult_dst_dir)
86 shutil.rmtree(dst)
/external/ipsec-tools/src/racoon/
Dremoteconf.c80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD()
134 TAILQ_FOREACH(p, &rmtree, chain) {
371 TAILQ_INSERT_HEAD(&rmtree, new, chain);
378 TAILQ_REMOVE(&rmtree, rmconf, chain);
386 for (p = TAILQ_FIRST(&rmtree); p; p = next) { in flushrmconf()
396 TAILQ_INIT(&rmtree); in initrmconf()
402 rmtree_save=rmtree; in save_rmconf()
409 rmtree_tmp=rmtree; in save_rmconf_flush()
410 rmtree=rmtree_save; in save_rmconf_flush()
413 rmtree=rmtree_tmp; in save_rmconf_flush()
[all …]
/external/v8/tools/clang/scripts/
Dpackage.py211 shutil.rmtree(LLVM_BOOTSTRAP_DIR, ignore_errors=True)
212 shutil.rmtree(LLVM_BOOTSTRAP_INSTALL_DIR, ignore_errors=True)
213 shutil.rmtree(LLVM_BUILD_DIR, ignore_errors=True)
228 shutil.rmtree(pdir, ignore_errors=True)
350 shutil.rmtree(code_coverage_dir, ignore_errors=True)
362 shutil.rmtree(objdumpdir, ignore_errors=True)
384 shutil.rmtree(cfiverifydir, ignore_errors=True)
396 shutil.rmtree(safestackdir, ignore_errors=True)
414 shutil.rmtree(llddir, ignore_errors=True)
427 shutil.rmtree(translation_unit_dir, ignore_errors=True)
/external/autotest/client/site_tests/platform_Pkcs11Events/
Dplatform_Pkcs11Events.py17 shutil.rmtree('%s/database' % pkcs11.TMP_CHAPS_DIR, ignore_errors=True)
19 shutil.rmtree(token, ignore_errors=True)
63 shutil.rmtree(token, ignore_errors=True)
/external/avb/test/
Dat_auth_unlock_unittest.py155 shutil.rmtree(tempdir)
196 shutil.rmtree(tempdir)
237 shutil.rmtree(tempdir)
253 shutil.rmtree(tempdir)
433 shutil.rmtree(tempdir)
455 shutil.rmtree(tempdir)
468 shutil.rmtree(tempdir)
484 shutil.rmtree(tempdir)
/external/python/setuptools/setuptools/tests/
Dtest_find_packages.py46 shutil.rmtree(self.dist_dir)
120 shutil.rmtree(os.path.join(self.dist_dir, 'pkg/subpkg/assets'))
179 shutil.rmtree(self.docs_dir)
180 shutil.rmtree(os.path.join(self.dist_dir, 'pkg/subpkg/assets'))
/external/fonttools/Tests/ufoLib/
DUFOConversion_test.py28 shutil.rmtree(path)
31 shutil.rmtree(path)
162 shutil.rmtree(self.tempDir)
217 shutil.rmtree(self.ufoPath)
327 shutil.rmtree(self.tempDir)
330 shutil.rmtree(self.dstDir)
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py51 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
157 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
265 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
311 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
360 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
416 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
449 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
471 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
525 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
/external/python/setuptools/setuptools/
Dbuild_meta.py135 shutil.rmtree(dist_info_directory, ignore_errors=True)
148 shutil.rmtree(wheel_directory)
165 shutil.rmtree(sdist_directory)
/external/autotest/client/site_tests/platform_FileNum/
Dplatform_FileNum.py45 shutil.rmtree(create_dir)
56 shutil.rmtree(create_dir)
/external/autotest/site_utils/lxc/
Dcontainer_bucket_unittest.py29 shutil.rmtree(container_path)
47 shutil.rmtree(self.tmpdir)
/external/autotest/utils/
Dcompile_gwt_clients.py73 shutil.rmtree(old_install_dir)
82 shutil.rmtree(install_dir)
186 shutil.rmtree(_TMP_COMPILE_DIR)
/external/deqp/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)
/external/autotest/client/cros/
Dpkcs11.py188 shutil.rmtree(TMP_CHAPS_DIR)
214 shutil.rmtree(TMP_CHAPS_DIR, ignore_errors=True)
215 shutil.rmtree('%s_bak' % TMP_CHAPS_DIR, ignore_errors=True)
/external/autotest/server/cros/
Dsonic_extension_downloader.py108 shutil.rmtree()
126 shutil.rmtree(unzipped_crx_dir)

12345678910>>...22