HomeSort by relevance Sort by last modified time
    Searched refs:rmtree (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 37 shutil.rmtree(tmpdir)
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_filecmp.py 52 shutil.rmtree(dir, True)
67 shutil.rmtree(self.dir)
68 shutil.rmtree(self.dir_same)
69 shutil.rmtree(self.dir_diff)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 37 shutil.rmtree(tmpdir)
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_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/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/tools/gyp/buildbot/
buildbot_run.py 41 shutil.rmtree(ANDROID_DIR)
116 shutil.rmtree(OUT_DIR, ignore_errors=True)
  /external/chromium_org/tools/protoc_wrapper/
protoc_wrapper.py 65 shutil.rmtree(wrapper_dir)
101 shutil.rmtree(proto_path)
  /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/linux/
install-arm-sysroot.py 54 shutil.rmtree(sysroot)
install-chromeos-fonts.py 50 shutil.rmtree(dest_dir)
  /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/tools/compile_test/
compile_test.py 59 shutil.rmtree(tmpdir)
  /packages/apps/Launcher2/
fill_screens.py 31 shutil.rmtree(DIR, True)
  /packages/apps/Launcher3/
fill_screens.py 31 shutil.rmtree(DIR, True)
  /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/native_client_sdk/src/tools/tests/
create_html_test.py 28 shutil.rmtree(self.tempdir)
  /external/chromium_org/tools/crx_id/
crx_id_unittest.py 59 shutil.rmtree(temp_unpacked_crx)
  /external/chromium_org/v8/test/cctest/
testcfg.py 44 shutil.rmtree(self.serdes_dir, True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 35 test_support.rmtree(self.homeDir)

Completed in 1302 milliseconds

1 2 3 4 5 6 7 8 9