Home
last modified time | relevance | path

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

12345678910>>...25

/external/python/cpython3/Lib/test/
Dtest_venv.py18 can_symlink, EnvironmentVarGuard, rmtree,
72 rmtree(self.env_dir)
99 rmtree(self.env_dir)
126 rmtree(self.env_dir)
134 rmtree(self.env_dir)
142 rmtree(self.env_dir)
181 rmtree(self.env_dir)
246 rmtree(fn)
317 rmtree(self.env_dir)
330 rmtree(self.env_dir)
[all …]
Dtest_pdb.py1235 self.addCleanup(support.rmtree, '__pycache__')
1260 support.rmtree(self.module_name)
1268 self.addCleanup(support.rmtree, self.module_name)
1550 support.rmtree(module_name)
1555 self.addCleanup(support.rmtree, module_name)
1575 support.rmtree(self.module_name)
1579 self.addCleanup(support.rmtree, self.module_name)
1613 support.rmtree(self.module_name)
1617 self.addCleanup(support.rmtree, self.module_name)
Dtest_shutil.py171 self.addCleanup(support.rmtree, d)
184 shutil.rmtree(victim)
193 self.assertRaises(OSError, shutil.rmtree, link)
199 shutil.rmtree(link, onerror=onerror)
222 shutil.rmtree(dir1)
235 self.assertRaises(OSError, shutil.rmtree, link)
241 shutil.rmtree(link, onerror=onerror)
264 shutil.rmtree(dir1)
272 self.assertRaises(FileNotFoundError, shutil.rmtree, filename)
274 shutil.rmtree(filename, ignore_errors=True)
[all …]
Dtest_netrc.py113 self.addCleanup(support.rmtree, d)
132 self.addCleanup(support.rmtree, d)
144 self.addCleanup(support.rmtree, fake_home)
/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/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_filecmp.py52 shutil.rmtree(dir, True)
67 shutil.rmtree(self.dir)
68 shutil.rmtree(self.dir_same)
69 shutil.rmtree(self.dir_diff)
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)
/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/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/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"))
/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/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py51 shutil.rmtree(self.base_path, ignore_errors=True)
69 shutil.rmtree(directory)
80 shutil.rmtree(directory + '/')
93 self.assertRaises(OSError, shutil.rmtree, dir_path)
106 self.assertRaises(OSError, shutil.rmtree, dir_path)
110 shutil.rmtree(dir_path)
121 shutil.rmtree(dir_path)
132 self.assertRaises(OSError, shutil.rmtree, dir_path)
137 self.assertRaises(OSError, shutil.rmtree, directory)
139 shutil.rmtree(directory, ignore_errors=True)
[all …]
/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.py26 shutil.rmtree(path)
29 shutil.rmtree(path)
163 shutil.rmtree(self.tempDir)
237 shutil.rmtree(self.ufoPath)
347 shutil.rmtree(self.tempDir)
350 shutil.rmtree(self.dstDir)
/external/autotest/client/site_tests/platform_FileNum/
Dplatform_FileNum.py45 shutil.rmtree(create_dir)
56 shutil.rmtree(create_dir)
/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/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py57 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
162 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
269 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
314 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
363 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
419 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
452 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
474 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
528 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
/external/skia/tools/skqp/
Dcut_release.py32 shutil.rmtree(tmp)
81 shutil.rmtree(path)
122 shutil.rmtree(tmp)
127 shutil.rmtree(x)
/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis_e2e_test.py90 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
129 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
175 self.addCleanup(shutil.rmtree, scripts_tmp_dir, ignore_errors=True)
237 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
/external/libchrome/build/
Dswarming_xcode_install.py47 shutil.rmtree(OUTPUT_DIR)
59 shutil.rmtree(REMOVE_DIR)
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dtest_data_generation_unittest.py51 shutil.rmtree(self._base_output_path)
52 shutil.rmtree(self._test_data_cache_path)
53 shutil.rmtree(self._fake_air_db_path)
/external/autotest/utils/
Dcompile_gwt_clients.py73 shutil.rmtree(old_install_dir)
82 shutil.rmtree(install_dir)
186 shutil.rmtree(_TMP_COMPILE_DIR)
/external/autotest/utils/side_effects/
Dconfig_loader_unittest.py23 shutil.rmtree(self._results_dir)
82 shutil.rmtree(self._tempdir)
125 shutil.rmtree(self._tempdir)
/external/exoplayer/
Dupdate.py58 shutil.rmtree(TEMPORARY_TREE_CHECKOUT_DIR, ignore_errors=True)
74 shutil.rmtree(TREE_LOCATION)

12345678910>>...25