OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rmtree
(Results
126 - 150
of
476
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
certutils_test.py
68
shutil.
rmtree
(self._temp_dir)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/awslambda/
test_awslambda.py
64
self.addCleanup(shutil.
rmtree
, rootdir)
/external/chromium-trace/catapult/third_party/typ/typ/
test_case.py
107
host.
rmtree
(tmpdir)
/external/deqp/scripts/build/
build.py
56
shutil.
rmtree
(config.buildDir)
/external/parameter-framework/upstream/test/functional-tests-legacy/
ACTCampaignEngine.py
89
shutil.
rmtree
(pfw_result)
/external/skia/infra/bots/flavor/
ios_flavor.py
81
"""Like shutil.
rmtree
() + os.makedirs(), but on a connected device."""
ssh_flavor.py
77
"""Like shutil.
rmtree
() + os.makedirs(), but on a remote device."""
/external/v8/test/cctest/
testcfg.py
52
shutil.
rmtree
(self.serdes_dir, True)
/external/v8/third_party/binutils/
download.py
85
shutil.
rmtree
(outdir)
/ndk/tests/
prepare-buildbot-emulators.py
49
shutil.
rmtree
(sdk_dir)
/packages/apps/Launcher2/
fill_screens.py
31
shutil.
rmtree
(DIR, True)
/packages/apps/Launcher3/
fill_screens.py
31
shutil.
rmtree
(DIR, True)
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbobj.py
22
test_support.
rmtree
(self.homeDir)
test_join.py
43
test_support.
rmtree
(self.homeDir)
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbobj.py
22
test_support.
rmtree
(self.homeDir)
test_join.py
43
test_support.
rmtree
(self.homeDir)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbobj.py
22
test_support.
rmtree
(self.homeDir)
test_join.py
43
test_support.
rmtree
(self.homeDir)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py
52
shutil.
rmtree
(path)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbobj.py
22
test_support.
rmtree
(self.homeDir)
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)
/system/core/adb/
test_device.py
699
shutil.
rmtree
(host_dir)
725
shutil.
rmtree
(host_dir)
767
shutil.
rmtree
(host_dir)
846
shutil.
rmtree
(host_dir)
[
all
...]
/external/autotest/tko/
site_parse_unittest.py
56
shutil.
rmtree
(self._fake_results)
58
shutil.
rmtree
(self._cache_dir)
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_shutil.py
38
>>> shutil_module.
rmtree
('/src')
67
def
rmtree
(self, path, ignore_errors=False, onerror=None):
member in class:FakeShutilModule
Completed in 825 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>