HomeSort by relevance Sort by last modified time
    Searched full:rmtree (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 43 test_support.rmtree(self.homeDir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 52 shutil.rmtree(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
299 rmtree(src)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, namespace
436 rmtree(self.dir_name)
500 rmtree(self.path)
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
test_repr.py 221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
test_trace.py 3 from test.test_support import (run_unittest, TESTFN, rmtree, unlink, namespace
282 rmtree(TESTFN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
299 rmtree(src)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, namespace
436 rmtree(self.dir_name)
500 rmtree(self.path)
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
test_repr.py 221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
test_trace.py 3 from test.test_support import (run_unittest, TESTFN, rmtree, unlink, namespace
282 rmtree(TESTFN)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 58 self.fs.rmtree(self.generic_test_dir)
114 self.fs.rmtree('foo')
117 self.fs.rmtree('foodir')
filesystem.py 256 def rmtree(self, path): member in class:FileSystem
258 shutil.rmtree(path, ignore_errors=True)
  /development/build/tools/
mk_sources_zip.py 228 shutil.rmtree(p.zipfile)
246 shutil.rmtree(p.zipfile)
  /external/chromium_org/build/android/pylib/gtest/
setup.py 83 shutil.rmtree(constants.ISOLATE_DEPS_DIR)
130 shutil.rmtree(p)
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 40 shutil.rmtree(path, ignore_errors=True)
170 shutil.rmtree(os.path.join(nacl_dir, 'scons-out'), True)
  /external/chromium_org/chrome/tools/build/win/
resedit.py 79 shutil.rmtree(self._temp_dir)
135 shutil.rmtree(extract_to)
  /external/chromium_org/chrome/tools/process_dumps/
process_dumps_linux.py 249 shutil.rmtree(temp_dir)
263 shutil.rmtree(temp_dir)
  /external/chromium_org/native_client_sdk/src/tools/tests/
oshelpers_test.py 62 shutil.rmtree(self.tempdir)
199 shutil.rmtree(self.tempdir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 189 self.addCleanup(shutil.rmtree, tmpdir)
254 shutil.rmtree(dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 189 self.addCleanup(shutil.rmtree, tmpdir)
254 shutil.rmtree(dir)
  /docs/source.android.com/scripts/
build.py 52 shutil.rmtree(HTML_DIR)
  /external/chromium_org/build/android/
adb_logcat_monitor.py 102 shutil.rmtree(base_dir, ignore_errors=True)
  /external/chromium_org/build/util/lib/common/
util.py 43 # Don't use shutil.rmtree because it can't delete read-only files on Win.
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 99 shutil.rmtree(sysroot)
  /external/chromium_org/chrome/test/chromedriver/
util.py 43 # Don't use shutil.rmtree because it can't delete read-only files on Win.

Completed in 5637 milliseconds

1 23 4 5 6 7 8 9