| /external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| Housekeeper-PerCommit-CheckGeneratedFiles.json | 74 "rmtree", 78 "name": "rmtree results_dir" 102 "rmtree", 106 "name": "rmtree device_results_dir"
|
| Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-All-CT_BENCH_1k_SKPs.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Coverage.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Release-All.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json | 58 "rmtree", 62 "name": "rmtree results_dir" 86 "rmtree", 90 "name": "rmtree device_results_dir"
|
| /external/skqp/tools/skqp/ |
| setup_resources | 16 shutil.rmtree(dst)
|
| /external/autotest/client/site_tests/platform_FileNum/ |
| platform_FileNum.py | 45 shutil.rmtree(create_dir) 56 shutil.rmtree(create_dir)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_shutil.py | 51 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
78 self.assertRaises(OSError, shutil.rmtree, filename)
96 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
106 shutil.rmtree(TESTFN)
109 # test_rmtree_errors deliberately runs rmtree
111 # This function is run when shutil.rmtree fails.
138 self.assertRaises(OSError, shutil.rmtree, path)
184 shutil.rmtree(path)
227 shutil.rmtree(dst_dir)
237 shutil.rmtree(dst_dir) [all...] |
| /external/autotest/client/site_tests/platform_Pkcs11Events/ |
| 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/skia/infra/bots/ |
| utils.py | 124 shutil.rmtree() doesn't work on Windows if any of the files or directories 162 shutil.rmtree will fail if invoked on a symbolic link whose target was 168 To avoid this issue, we pass this error-handling function to rmtree. If 175 # If shutil.rmtree encounters a symbolic link on Windows, os.listdir will 185 print 'WARNING: Failed to list %s during rmtree. Ignoring.\n' % path 198 remove_with_retry(lambda p: shutil.rmtree(p, onerror=RmTreeOnError),
|
| /external/skqp/infra/bots/ |
| utils.py | 124 shutil.rmtree() doesn't work on Windows if any of the files or directories 162 shutil.rmtree will fail if invoked on a symbolic link whose target was 168 To avoid this issue, we pass this error-handling function to rmtree. If 175 # If shutil.rmtree encounters a symbolic link on Windows, os.listdir will 185 print 'WARNING: Failed to list %s during rmtree. Ignoring.\n' % path 198 remove_with_retry(lambda p: shutil.rmtree(p, onerror=RmTreeOnError),
|
| /external/python/cpython3/Lib/test/ |
| test_support.py | 51 support.rmtree(dirpath) 54 support.rmtree(dirpath) 60 support.rmtree(dirpath) 67 support.rmtree(dirpath) 85 support.rmtree('__pycache__') 119 support.rmtree(parent_dir) 141 shutil.rmtree(path) 156 shutil.rmtree(path)
|
| /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| Build-Debian9-GCC-x86_64-Release-Flutter_Android.json | 111 "rmtree", 116 "name": "rmtree android_release"
|
| /external/python/cpython2/Lib/test/ |
| test_shutil.py | 52 shutil.rmtree(d, os.name in ('nt', 'cygwin')) 79 self.assertRaises(OSError, shutil.rmtree, filename) 98 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror) 108 shutil.rmtree(TESTFN) 111 # test_rmtree_errors deliberately runs rmtree 113 # This function is run when shutil.rmtree fails. 140 self.assertRaises(OSError, shutil.rmtree, path) 186 shutil.rmtree(path) 229 shutil.rmtree(dst_dir) 239 shutil.rmtree(dst_dir [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_shutil.py | 52 shutil.rmtree(d, os.name in ('nt', 'cygwin')) 79 self.assertRaises(OSError, shutil.rmtree, filename) 97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror) 107 shutil.rmtree(TESTFN) 110 # test_rmtree_errors deliberately runs rmtree 112 # This function is run when shutil.rmtree fails. 139 self.assertRaises(OSError, shutil.rmtree, path) 185 shutil.rmtree(path) 228 shutil.rmtree(dst_dir) 238 shutil.rmtree(dst_dir [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_shutil.py | 52 shutil.rmtree(d, os.name in ('nt', 'cygwin')) 79 self.assertRaises(OSError, shutil.rmtree, filename) 97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror) 107 shutil.rmtree(TESTFN) 110 # test_rmtree_errors deliberately runs rmtree 112 # This function is run when shutil.rmtree fails. 139 self.assertRaises(OSError, shutil.rmtree, path) 185 shutil.rmtree(path) 228 shutil.rmtree(dst_dir) 238 shutil.rmtree(dst_dir [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_shutil.py | 52 shutil.rmtree(d, os.name in ('nt', 'cygwin')) 79 self.assertRaises(OSError, shutil.rmtree, filename) 97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror) 107 shutil.rmtree(TESTFN) 110 # test_rmtree_errors deliberately runs rmtree 112 # This function is run when shutil.rmtree fails. 139 self.assertRaises(OSError, shutil.rmtree, path) 185 shutil.rmtree(path) 228 shutil.rmtree(dst_dir) 238 shutil.rmtree(dst_dir [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_shutil.py | 52 shutil.rmtree(d, os.name in ('nt', 'cygwin')) 79 self.assertRaises(OSError, shutil.rmtree, filename) 97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror) 107 shutil.rmtree(TESTFN) 110 # test_rmtree_errors deliberately runs rmtree 112 # This function is run when shutil.rmtree fails. 139 self.assertRaises(OSError, shutil.rmtree, path) 185 shutil.rmtree(path) 228 shutil.rmtree(dst_dir) 238 shutil.rmtree(dst_dir [all...] |
| /external/ipsec-tools/src/racoon/ |
| remoteconf.c | 80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; 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) { 396 TAILQ_INIT(&rmtree); 402 rmtree_save=rmtree; 409 rmtree_tmp=rmtree; 410 rmtree=rmtree_save; 413 rmtree=rmtree_tmp [all...] |