OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rmtree
(Results
151 - 175
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py
260
self._filesystem.
rmtree
(self._directory_path)
379
def
rmtree
(self, path):
member in class:MockFileSystem
/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/bsddb/test/
test_all.py
517
test_support.
rmtree
(path)
542
test_support.
rmtree
(get_new_path.prefix)
test_associate.py
88
test_support.
rmtree
(self.homeDir)
138
test_support.
rmtree
(self.homeDir)
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)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py
517
test_support.
rmtree
(path)
542
test_support.
rmtree
(get_new_path.prefix)
test_associate.py
88
test_support.
rmtree
(self.homeDir)
138
test_support.
rmtree
(self.homeDir)
/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
...]
/build/tools/releasetools/
check_target_files_signatures
253
shutil.
rmtree
(d)
/external/chromium/build/mac/
strip_save_dsym
293
shutil.
rmtree
(dsym)
/external/chromium_org/build/mac/
strip_save_dsym
285
shutil.
rmtree
(dsym)
/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/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py
230
shutil.
rmtree
(out_dir)
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py
52
shutil.
rmtree
(path)
/external/chromium_org/remoting/webapp/
build-webapp.py
90
shutil.
rmtree
(destination)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py
616
shutil.
rmtree
(modules_dir)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py
285
self._filesystem.
rmtree
(absolute_origin)
/external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py
94
shutil.
rmtree
(dest)
/external/oprofile/
oprofile_android
344
shutil.
rmtree
(self.session_dir)
/external/skia/tools/
svndiff.py
248
shutil.
rmtree
(dir, ignore_errors=True)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py
399
shutil.
rmtree
(dsttree)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py
81
shutil.
rmtree
(os.path.split(LOCALEDIR)[0])
Completed in 838 milliseconds
1
2
3
4
5
6
7
8
9