HomeSort by relevance Sort by last modified time
    Searched full:rmtree (Results 76 - 100 of 218) sorted by null

1 2 34 5 6 7 8 9

  /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 44 # Don't use shutil.rmtree because it can't delete read-only files on Win.
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 68 shutil.rmtree(path)
  /external/chromium_org/native_client_sdk/src/tools/tests/
getos_test.py 142 shutil.rmtree(self.tempdir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart.py 133 self._host.filesystem.rmtree(self._symbols_dir())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 62 self.filesystem.rmtree(self._temp_dir)
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_unittest.py 114 shutil.rmtree(d)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 54 shutil.rmtree(self.tmp_dir)
  /external/chromium_org/v8/test/mozilla/
testcfg.py 154 shutil.rmtree("mozilla")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 102 test_support.rmtree(self.homeDir)
test_distributed_transactions.py 52 test_support.rmtree(self.homeDir)
test_misc.py 18 test_support.rmtree(self.homeDir)
test_replication.py 68 test_support.rmtree(self.homeDirClient)
69 test_support.rmtree(self.homeDirMaster)
355 test_support.rmtree(self.homeDirClient)
356 test_support.rmtree(self.homeDirMaster)
test_sequence.py 29 test_support.rmtree(self.homeDir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 28 shutil.rmtree(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 104 shutil.rmtree(dirname)
test_pkgutil.py 18 self.addCleanup(shutil.rmtree, self.dirname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 102 test_support.rmtree(self.homeDir)
test_distributed_transactions.py 52 test_support.rmtree(self.homeDir)
test_misc.py 18 test_support.rmtree(self.homeDir)
test_replication.py 68 test_support.rmtree(self.homeDirClient)
69 test_support.rmtree(self.homeDirMaster)
355 test_support.rmtree(self.homeDirClient)
356 test_support.rmtree(self.homeDirMaster)
test_sequence.py 29 test_support.rmtree(self.homeDir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 28 shutil.rmtree(path)

Completed in 410 milliseconds

1 2 34 5 6 7 8 9