/external/toolchain-utils/fdo_scripts/ |
D | divide_and_merge_profiles_test.py | 20 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/ |
D | test_venv.py | 17 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 …]
|
D | test_pdb.py | 1149 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)
|
D | test_shutil.py | 98 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 …]
|
D | test_support.py | 57 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)
|
D | test_netrc.py | 114 self.addCleanup(support.rmtree, d) 133 self.addCleanup(support.rmtree, d) 145 self.addCleanup(support.rmtree, fake_home)
|
D | test_pkgutil.py | 23 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/ |
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_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)
|
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)
|
/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/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/v8/tools/clang/scripts/ |
D | package.py | 211 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/ |
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/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/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 | 28 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/ |
D | callbacks_v1_test.py | 51 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/ |
D | build_meta.py | 135 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/ |
D | platform_FileNum.py | 45 shutil.rmtree(create_dir) 56 shutil.rmtree(create_dir)
|
/external/autotest/site_utils/lxc/ |
D | container_bucket_unittest.py | 29 shutil.rmtree(container_path) 47 shutil.rmtree(self.tmpdir)
|
/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/deqp/external/ |
D | fetch_sources.py | 56 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/ |
D | pkcs11.py | 188 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/ |
D | sonic_extension_downloader.py | 108 shutil.rmtree() 126 shutil.rmtree(unzipped_crx_dir)
|