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

1 2 3 4 5 6 7 8

  /frameworks/base/tools/layoutlib/rename_font/
test.py 37 shutil.rmtree(srcdir)
38 shutil.rmtree(destdir)
  /external/chromium-trace/trace-viewer/tracing/build/
generate_about_tracing_contents_unittest.py 27 shutil.rmtree(tmpdir)
  /external/deqp/external/
fetch_sources.py 36 shutil.rmtree(fullPath, ignore_errors=False)
62 shutil.rmtree(tmpPath, ignore_errors=False)
82 shutil.rmtree(tmpPath, ignore_errors=True)
  /external/chromium-trace/
update.py 22 shutil.rmtree(trace_viewer_dir, True)
44 shutil.rmtree(trace_viewer_git_dir, True)
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 73 shutil.rmtree(tmp)
82 shutil.rmtree(tmp)
gyp_to_android_tests.py 42 shutil.rmtree(self.__tmp_dir)
android_framework_gyp_tests.py 72 shutil.rmtree(self.__tmp_dir)
  /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/skia/
make.py 41 def rmtree(path): function
42 print '> rmtree %s' % path
43 shutil.rmtree(path, ignore_errors=True)
53 rmtree(OUT_SUBDIR)
  /external/selinux/policycoreutils/sandbox/
test_sandbox.py 82 shutil.rmtree(homedir)
90 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)
  /build/tools/releasetools/
build_image.py 186 shutil.rmtree(tempdir_name, ignore_errors=True)
194 shutil.rmtree(tempdir_name, ignore_errors=True)
201 shutil.rmtree(tempdir_name, ignore_errors=True)
204 shutil.rmtree(tempdir_name, ignore_errors=True)
313 shutil.rmtree(in_dir)
316 shutil.rmtree(staging_system, ignore_errors=True)
330 shutil.rmtree(in_dir, ignore_errors=True)
  /external/boringssl/src/util/bot/
update_clang.py 56 shutil.rmtree(LLVM_BUILD_DIR)
  /external/skia/tools/
merge_static_libs.py 52 shutil.rmtree(tempdir)

Completed in 3974 milliseconds

1 2 3 4 5 6 7 8