HomeSort by relevance Sort by last modified time
    Searched refs:rmtree (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py 43 shutil.rmtree(self.tempdir)
test_pydoc.py 15 TESTFN, rmtree, reap_children, captured_stdout)
310 self.addCleanup(rmtree, TESTFN)
test_sysconfig.py 84 shutil.rmtree(path)
test_tarfile.py 769 shutil.rmtree(tempdir)
797 shutil.rmtree(tempdir)
    [all...]
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
239 _rmtree = shutil.rmtree
255 def rmtree(path): function
507 rmtree(name)
    [all...]
test_gettext.py 81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
  /external/chromium_org/tools/valgrind/
valgrind_test.py 147 shutil.rmtree(self.log_dir)
210 shutil.rmtree(self.temp_dir, ignore_errors=True)
334 shutil.rmtree(dsym_bundle, True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 769 shutil.rmtree(tempdir)
797 shutil.rmtree(tempdir)
    [all...]
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
239 _rmtree = shutil.rmtree
255 def rmtree(path): function
507 rmtree(name)
    [all...]
test_gettext.py 81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
  /build/tools/releasetools/
check_target_files_signatures 253 shutil.rmtree(d)
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 331 shutil.rmtree(file_path, True)
  /external/chromium_org/chrome/test/functional/
omnibox.py 179 shutil.rmtree(unicode(temp_dir)) # Unicode so that Win treats nicely.
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 58 shutil.rmtree(dest)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 59 test_support.rmtree(self.testHomeDir)
test_all.py 517 test_support.rmtree(path)
542 test_support.rmtree(get_new_path.prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 59 test_support.rmtree(self.testHomeDir)
test_all.py 517 test_support.rmtree(path)
542 test_support.rmtree(get_new_path.prefix)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 55 shutil.rmtree(cached_svn_repo_path)
91 self.fs.rmtree(path)
  /external/oprofile/
oprofile_android 344 shutil.rmtree(self.session_dir)
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 190 shutil.rmtree(self.temp_libdir)
406 shutil.rmtree(self.temp_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 150 shutil.rmtree(self.bundlepath)
152 shutil.rmtree(self.bundlepath + '~')
    [all...]
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 387 shutil.rmtree(LOGCAT_DIR, ignore_errors=True)
  /external/chromium_org/build/android/
test_runner.py 526 shutil.rmtree(constants.ISOLATE_DEPS_DIR)

Completed in 850 milliseconds

1 2 3 4 5 67 8 9