/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
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/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/test/ |
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)
|
/docs/source.android.com/scripts/ |
build.py | 52 shutil.rmtree(HTML_DIR)
|
/external/autotest/client/bin/ |
local_host.py | 109 shutil.rmtree(dest)
|
/external/autotest/client/common_lib/ |
autotemp.py | 108 shutil.rmtree(self.name)
|
file_utils.py | 20 shutil.rmtree(dir_to_remove)
|
/external/autotest/client/tests/dacapo/ |
dacapo.py | 106 shutil.rmtree(self.scratch)
|
/external/autotest/site_utils/admin/ |
clean_staged_images.py | 110 shutil.rmtree(timestamp_dir)
|
/external/autotest/site_utils/ |
gs_offloader.py | 277 shutil.rmtree(folder) 353 shutil.rmtree(dir_entry) 373 # `shutil.rmtree(dir_entry)` to raise OSError with message 417 shutil.rmtree(dir_entry)
|
/external/boringssl/src/util/bot/ |
extract.py | 91 shutil.rmtree(output)
|
/external/chromium-trace/catapult/catapult_build/perfbot_stats/ |
chrome_perf_step_timings.py | 58 'rmtree build directory',
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/ |
worker.py | 160 shutil.rmtree(temp_directory)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
json_output_formatter_unittest.py | 102 shutil.rmtree(tempdir)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
sslproxy_test.py | 152 shutil.rmtree(self._temp_dir)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
base.py | 68 shutil.rmtree(tmpdir, ignore_errors=True)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
testcase.py | 54 shutil.rmtree(tmpdir, ignore_errors=True)
|
/external/chromium-trace/catapult/third_party/vinn/bin/ |
update_v8 | 159 shutil.rmtree(self.path)
|
/external/curl/tests/ |
testcurl.pl | 192 sub rmtree($) { subroutine 239 rmtree "$pwd/$build"; 400 rmtree "build-*"; 401 rmtree "buildlog-*";
|
/external/deqp/scripts/ |
make_release.py | 263 shutil.rmtree(os.path.join(packageBuildInfo.dstBasePath, "src"), ignore_errors=False) 344 shutil.rmtree(path, ignore_errors=False) 353 shutil.rmtree(os.path.join(dstBasePath, "src"), ignore_errors=False) 364 shutil.rmtree(path, ignore_errors=False)
|
/external/opencv3/platforms/ios/ |
build_framework.py | 99 shutil.rmtree(framework_dir)
|
/external/opencv3/platforms/osx/ |
build_framework.py | 82 shutil.rmtree(framework_dir)
|
/external/owasp/sanitizer/tools/ |
cut_release.py | 172 shutil.rmtree(version_directory_path)
|