/external/chromium-trace/catapult/tracing/tracing_build/ |
generate_about_tracing_contents_unittest.py | 20 shutil.rmtree(tmpdir)
|
/frameworks/base/tools/layoutlib/rename_font/ |
test.py | 37 shutil.rmtree(srcdir) 38 shutil.rmtree(destdir)
|
/external/autotest/tko/ |
delete_job_results | 20 shutil.rmtree(resultsdir)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_screen_recorder_profiler_unittest.py | 30 shutil.rmtree(out_dir)
|
android_systrace_profiler_unittest.py | 32 shutil.rmtree(out_dir)
|
trace_profiler_unittest.py | 33 shutil.rmtree(out_dir)
|
/external/autotest/client/site_tests/platform_FileNum/ |
platform_FileNum.py | 45 shutil.rmtree(create_dir) 56 shutil.rmtree(create_dir)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/ |
install.py | 29 shutil.rmtree('parent/build') 31 shutil.rmtree('child/build')
|
/external/chromium-trace/ |
update.py | 20 shutil.rmtree(catapult_dir, True) 42 shutil.rmtree(catapult_git_dir, True)
|
/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/platform_tools/android/tests/ |
generate_user_config_tests.py | 73 shutil.rmtree(tmp) 82 shutil.rmtree(tmp)
|
/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...] |
/build/soong/ |
reverse_path_test.py | 16 shutil.rmtree(self.tmpdir)
|
/external/autotest/client/deps/webgl_clear/ |
webgl_clear.py | 22 shutil.rmtree(srcdir, ignore_errors=True)
|
/external/autotest/client/deps/webgl_perf/ |
webgl_perf.py | 20 shutil.rmtree(srcdir, ignore_errors=True)
|
/external/autotest/client/site_tests/kernel_fs_Inplace/ |
kernel_fs_Inplace.py | 30 shutil.rmtree(dir, True)
|
/external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/ |
platform_DebugDaemonDumpDebugLogs.py | 44 shutil.rmtree(self.tmp_dir)
|
/external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/ |
platform_Pkcs11InitUnderErrors.py | 34 shutil.rmtree(dbpath, ignore_errors=True)
|
/external/autotest/client/tests/ddtest/ |
ddtest.py | 29 shutil.rmtree(dir, True)
|
/external/autotest/server/site_tests/native_Benchmarks/ |
native_Benchmarks.py | 50 shutil.rmtree(scratch_srv)
|
/external/autotest/server/site_tests/video_VDAStress/ |
control.h264.private.0 | 42 shutil.rmtree(server_videos_dir
|