/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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_setuptools_nspkg.py | 36 shutil.rmtree(test_dir) 45 shutil.rmtree(test_dir) 106 shutil.rmtree(test_dir) 117 shutil.rmtree(test_dir)
|
/external/skia/ |
D | make.py | 41 def rmtree(path): function 43 shutil.rmtree(path, ignore_errors=True) 53 rmtree(OUT_SUBDIR)
|
/external/autotest/client/site_tests/platform_FileNum/ |
D | platform_FileNum.py | 45 shutil.rmtree(create_dir) 56 shutil.rmtree(create_dir)
|
/external/deqp/external/ |
D | fetch_sources.py | 49 shutil.rmtree(fullDstPath, ignore_errors=False) 75 shutil.rmtree(archiveDir, ignore_errors=False) 109 shutil.rmtree(tmpPath, ignore_errors=False) 131 shutil.rmtree(tmpPath, ignore_errors=True)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/ |
D | install.py | 29 shutil.rmtree('parent/build') 31 shutil.rmtree('child/build')
|
/external/chromium-trace/ |
D | update.py | 20 shutil.rmtree(catapult_dir, True) 42 shutil.rmtree(catapult_git_dir, True)
|
/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)
|
D | external_packages.py | 265 shutil.rmtree(extracted_dir) 317 shutil.rmtree(egg_subdir) 342 shutil.rmtree(egg_info) 411 shutil.rmtree(temp_dir) 577 shutil.rmtree(temp_dir) 802 shutil.rmtree(target_dir) 1152 shutil.rmtree(self.temp_hdctools_dir)
|
/external/autotest/server/cros/ |
D | sonic_extension_downloader.py | 108 shutil.rmtree() 126 shutil.rmtree(unzipped_crx_dir)
|
/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)
|
D | p2p_utils.py | 31 shutil.rmtree(backup_path) 46 shutil.rmtree(P2P_SHARE_PATH, ignore_errors=True)
|
/external/opencv3/platforms/scripts/ |
D | cmake_android_all_cameras.py | 34 shutil.rmtree(BuildDir) 42 …shutil.rmtree(os.path.join(AndroidTreeRoot, "out", "target", "product", "generic", "system"), igno…
|
/external/skia/platform_tools/android/tests/ |
D | generate_user_config_tests.py | 73 shutil.rmtree(tmp) 82 shutil.rmtree(tmp)
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
D | runner_test.py | 106 h.rmtree(tmpdir) 131 h.rmtree(tmpdir) 184 h.rmtree(tmpdir)
|
/external/deqp/android/scripts/ |
D | build.py | 157 shutil.rmtree(assetsSrcDir) 159 shutil.rmtree(assetsDstDir) 165 shutil.rmtree(libTargetDir)
|
/external/curl/tests/ |
D | testcurl.pl | 192 sub rmtree($) { subroutine 239 rmtree "$pwd/$build"; 400 rmtree "build-*"; 401 rmtree "buildlog-*";
|
/external/clang/ |
D | update-prebuilts.py | 157 shutil.rmtree(download_dir) 166 shutil.rmtree(download_dir)
|
/external/autotest/server/cros/ap_configurators/ |
D | pyauto_utils.py | 80 shutil.rmtree(self._path, ignore_errors=True) 86 shutil.rmtree(self._backup_dir, ignore_errors=True) 92 shutil.rmtree(path, ignore_errors=True)
|
/external/autotest/client/site_tests/security_Minijail0/ |
D | security_Minijail0.py | 101 shutil.rmtree(td) 103 shutil.rmtree(userns_td)
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
D | vinn_unittest.py | 66 shutil.rmtree(tmp_dir) 78 shutil.rmtree(tmp_dir) 90 shutil.rmtree(tmp_dir) 102 shutil.rmtree(tmp_dir) 377 shutil.rmtree(tmp_dir)
|
/external/selinux/policycoreutils/sandbox/ |
D | test_sandbox.py | 87 shutil.rmtree(homedir) 95 shutil.rmtree(tmpdir)
|
/external/autotest/site_utils/ |
D | job_directories.py | 208 shutil.rmtree(os.path.dirname(path)) 212 shutil.rmtree(self._dirname)
|
/external/autotest/client/common_lib/ |
D | revision_control_unittest.py | 139 shutil.rmtree(self.master_repo.repodir) 140 shutil.rmtree(self.dependent_repo.repodir)
|