/external/python/cpython3/Lib/test/ |
D | test_venv.py | 18 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 …]
|
D | test_pdb.py | 1235 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)
|
D | test_shutil.py | 171 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 …]
|
D | test_netrc.py | 113 self.addCleanup(support.rmtree, d) 132 self.addCleanup(support.rmtree, d) 144 self.addCleanup(support.rmtree, fake_home)
|
/external/chromium-trace/ |
D | update.py | 39 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/ |
D | test_shutil.py | 53 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 …]
|
D | test_filecmp.py | 52 shutil.rmtree(dir, True) 67 shutil.rmtree(self.dir) 68 shutil.rmtree(self.dir_same) 69 shutil.rmtree(self.dir_diff)
|
D | test_test_support.py | 70 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/ |
D | remoteconf.c | 80 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/ |
D | platform_Pkcs11Events.py | 17 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/ |
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"))
|
/external/avb/test/ |
D | at_auth_unlock_unittest.py | 155 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/ |
D | fake_filesystem_shutil_test.py | 51 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/ |
D | test_find_packages.py | 46 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/ |
D | UFOConversion_test.py | 26 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/ |
D | platform_FileNum.py | 45 shutil.rmtree(create_dir) 56 shutil.rmtree(create_dir)
|
/external/python/setuptools/setuptools/ |
D | build_meta.py | 135 shutil.rmtree(dist_info_directory, ignore_errors=True) 148 shutil.rmtree(wheel_directory) 165 shutil.rmtree(sdist_directory)
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks_v1_test.py | 57 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/ |
D | cut_release.py | 32 shutil.rmtree(tmp) 81 shutil.rmtree(path) 122 shutil.rmtree(tmp) 127 shutil.rmtree(x)
|
/external/toolchain-utils/afdo_tools/bisection/ |
D | afdo_prof_analysis_e2e_test.py | 90 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/ |
D | swarming_xcode_install.py | 47 shutil.rmtree(OUTPUT_DIR) 59 shutil.rmtree(REMOVE_DIR)
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | test_data_generation_unittest.py | 51 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/ |
D | compile_gwt_clients.py | 73 shutil.rmtree(old_install_dir) 82 shutil.rmtree(install_dir) 186 shutil.rmtree(_TMP_COMPILE_DIR)
|
/external/autotest/utils/side_effects/ |
D | config_loader_unittest.py | 23 shutil.rmtree(self._results_dir) 82 shutil.rmtree(self._tempdir) 125 shutil.rmtree(self._tempdir)
|
/external/exoplayer/ |
D | update.py | 58 shutil.rmtree(TEMPORARY_TREE_CHECKOUT_DIR, ignore_errors=True) 74 shutil.rmtree(TREE_LOCATION)
|