/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
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_httpservers.py | 298 shutil.rmtree(self.tempdir)
|
test_posix.py | 480 shutil.rmtree(base_path)
|
regrtest.py | 830 shutil.rmtree(test_support.TESTFN) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 311 test_support.rmtree(self.homeDir)
|
test_dbtables.py | 59 test_support.rmtree(self.testHomeDir)
|
test_thread.py | 56 test_support.rmtree(self.homeDir)
|
test_basics.py | 62 test_support.rmtree(self.homeDir) 99 test_support.rmtree(self.homeDir) [all...] |
test_dbenv.py | 17 test_support.rmtree(self.homeDir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gettext.py | 81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
|
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_httpservers.py | 298 shutil.rmtree(self.tempdir)
|
test_posix.py | 480 shutil.rmtree(base_path)
|
regrtest.py | 830 shutil.rmtree(test_support.TESTFN) [all...] |
/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/tools/gyp/test/lib/ |
TestGyp.py | 420 shutil.rmtree(os.path.join(obj_dir, 'GYP'), ignore_errors = True) 424 shutil.rmtree(os.path.join(obj_dir, x, d), ignore_errors = True) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 62 test_support.rmtree(self.homeDir) 99 test_support.rmtree(self.homeDir) [all...] |
test_dbenv.py | 17 test_support.rmtree(self.homeDir)
|
/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)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
manager.py | 357 self._filesystem.rmtree(self._filesystem.join(self._results_directory, dirname))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
driver.py | 311 self._port._filesystem.rmtree(str(self._driver_tempdir))
|
base.py | 503 self._filesystem.rmtree(str(tempdir)) [all...] |
/external/chromium_org/tools/grit/grit/ |
util.py | 644 shutil.rmtree(self.GetPath())
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
mac_tool.py | 58 shutil.rmtree(dest)
|