/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...] |
test_bsddb185.py | 37 shutil.rmtree(tmpdir)
|
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)
|
test_py_compile.py | 29 shutil.rmtree(self.directory)
|
/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...] |
test_bsddb185.py | 37 shutil.rmtree(tmpdir)
|
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)
|
test_py_compile.py | 29 shutil.rmtree(self.directory)
|
/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...] |
/external/chromium_org/build/ |
protoc_java.py | 35 shutil.rmtree(java_out)
|
extract_from_cab.py | 49 shutil.rmtree(temp_dir, True)
|
/external/chromium_org/third_party/protobuf/ |
protobuf_lite_java_descriptor_proto.py | 35 shutil.rmtree(java_out)
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_common.py | 30 On Unix systems, this just runs shutil.rmtree, but on Windows, this doesn't 47 shutil.rmtree(outdir)
|
/external/chromium_org/tools/protoc_wrapper/ |
protoc_wrapper.py | 65 shutil.rmtree(wrapper_dir) 101 shutil.rmtree(proto_path)
|
/external/skia/tools/ |
test_rendering.py | 98 shutil.rmtree(render_dir) 101 shutil.rmtree(diff_dir)
|
merge_static_libs.py | 52 shutil.rmtree(tempdir)
|
/external/chromium_org/chrome/test/pyautolib/ |
chromoting_helper.py | 51 shutil.rmtree(host_dir, True) 105 shutil.rmtree(host_dir, True) 137 shutil.rmtree(mock_pref_pane, True) 154 shutil.rmtree(pref_pane, True)
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
create_html_test.py | 28 shutil.rmtree(self.tempdir)
|
/external/chromium_org/tools/compile_test/ |
compile_test.py | 59 shutil.rmtree(tmpdir)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_fileid.py | 52 test_support.rmtree(self.db_env_path)
|
test_cursor_pget_bug.py | 35 test_support.rmtree(self.homeDir)
|
test_pickle.py | 32 test_support.rmtree(self.homeDir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_fileid.py | 52 test_support.rmtree(self.db_env_path)
|
/external/chromium_org/build/linux/ |
install-arm-sysroot.py | 54 shutil.rmtree(sysroot)
|
/external/chromium_org/tools/coverity/ |
coverity.py | 155 print 'shutil.rmtree(%s)' % repr(rm_path) 157 shutil.rmtree(rm_path,True) 163 print 'shutil.rmtree(%s)' % repr(options.coverity_intermediate_dir) 166 shutil.rmtree(options.coverity_intermediate_dir,True)
|