Searched refs:rmtree (Results 1 - 25 of 232) sorted by relevance

12345678910

/external/chromium-trace/catapult/tracing/tracing_build/
H A Dgenerate_about_tracing_contents_unittest.py20 shutil.rmtree(tmpdir)
/external/autotest/client/site_tests/platform_FileNum/
H A Dplatform_FileNum.py45 shutil.rmtree(create_dir)
56 shutil.rmtree(create_dir)
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dexample.py121 shutil.rmtree(path)
/external/skia/third_party/libmicrohttpd/
H A Dbuild.py33 shutil.rmtree(temp_dir)
/external/v8/build/
H A Drmdir_and_stamp.py36 shutil.rmtree(os.path.normpath(dst_dir))
H A Dextract_from_cab.py49 shutil.rmtree(temp_dir, True)
/external/autotest/client/site_tests/platform_Pkcs11Events/
H A Dplatform_Pkcs11Events.py17 shutil.rmtree('%s/database' % pkcs11.TMP_CHAPS_DIR, ignore_errors=True)
19 shutil.rmtree(token, ignore_errors=True)
63 shutil.rmtree(token, ignore_errors=True)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dandroid_screen_recorder_profiler_unittest.py30 shutil.rmtree(out_dir)
H A Dandroid_systrace_profiler_unittest.py32 shutil.rmtree(out_dir)
H A Dtrace_profiler_unittest.py31 shutil.rmtree(out_dir)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/
H A Dinstall.py29 shutil.rmtree('parent/build')
31 shutil.rmtree('child/build')
/external/chromium-trace/
H A Dupdate.py20 shutil.rmtree(catapult_dir, True)
42 shutil.rmtree(catapult_git_dir, True)
/external/skia/
H A Dmake.py41 def rmtree(path): function
42 print '> rmtree %s' % path
43 shutil.rmtree(path, ignore_errors=True)
53 rmtree(OUT_SUBDIR)
/external/autotest/client/deps/webgl_clear/
H A Dwebgl_clear.py22 shutil.rmtree(srcdir, ignore_errors=True)
/external/autotest/client/deps/webgl_perf/
H A Dwebgl_perf.py20 shutil.rmtree(srcdir, ignore_errors=True)
/external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
H A Dplatform_Pkcs11InitUnderErrors.py34 shutil.rmtree(dbpath, ignore_errors=True)
/external/autotest/server/site_tests/native_Benchmarks/
H A Dnative_Benchmarks.py50 shutil.rmtree(scratch_srv)
/external/autotest/tko/
H A Ddelete_job_results20 shutil.rmtree(resultsdir)
/external/chromium-trace/catapult/catapult_build/
H A Dtemp_deployment_dir.py25 shutil.rmtree(deployment_dir)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_setuptools_nspkg.py36 shutil.rmtree(test_dir)
45 shutil.rmtree(test_dir)
106 shutil.rmtree(test_dir)
117 shutil.rmtree(test_dir)
/external/deqp/scripts/build/
H A Dbuild.py56 shutil.rmtree(config.buildDir)
/external/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py42 shutil.rmtree(self.__tmp_dir)
/external/autotest/server/cros/
H A Dsonic_extension_downloader.py108 shutil.rmtree()
126 shutil.rmtree(unzipped_crx_dir)
/external/v8/tools/gyp/buildbot/
H A Dbuildbot_run.py35 shutil.rmtree(CMAKE_DIR)
101 shutil.rmtree(OUT_DIR, ignore_errors=True)
/external/v8/build/android/play_services/
H A Dpreprocess.py131 shutil.rmtree(tmp_root)
157 shutil.rmtree(out_paths['jar'], ignore_errors=True)
158 shutil.rmtree(out_paths['res'], ignore_errors=True)
159 shutil.rmtree(out_paths['stub'], ignore_errors=True)
211 shutil.rmtree(res_dir)
217 shutil.rmtree(res_dir)

Completed in 2931 milliseconds

12345678910