Home
last modified time | relevance | path

Searched refs:rmtree (Results 26 - 50 of 183) sorted by relevance

12345678

/test/testfwk/developer_test/src/core/build/
H A Dbuild_testcases.py111 shutil.rmtree(xts_testcase_out_dir)
233 shutil.rmtree(package_out_dir)
240 shutil.rmtree(phone_out_dir)
253 shutil.rmtree(curr_productform_outdir)
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dfile_util.py239 shutil.rmtree(filename)
254 shutil.rmtree(dirname)
257 shutil.rmtree(dirname)
339 shutil.rmtree(folder_path)
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py265 shutil.rmtree function can fail on Windows due to read-only files.
389 shutil.rmtree(self.repo_dir, onerror=on_rm_error)
420 shutil.rmtree(self.repo_dir, onerror = on_rm_error)
462 shutil.rmtree(self.build_dir, onerror=on_rm_error)
465 shutil.rmtree(self.install_dir, onerror=on_rm_error)
/third_party/skia/third_party/externals/libwebp/swig/
H A Dsetup.py40 shutil.rmtree(tmpdir)
/third_party/skia/tools/skqp/
H A Dsetup_resources16 shutil.rmtree(dst)
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dupdate.py27 shutil.rmtree ('tests')
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dgenerate_wgsl_corpus.py50 shutil.rmtree(corpus_dir)
/third_party/vk-gl-cts/scripts/build/
H A Dbuild.py56 shutil.rmtree(config.buildDir)
/third_party/vk-gl-cts/scripts/ctsbuild/
H A Dbuild.py56 shutil.rmtree(config.buildDir)
/third_party/node/deps/v8/tools/release/
H A Dtest_mergeinfo.py39 shutil.rmtree(self.base_dir)
53 shutil.rmtree(self.base_dir)
/third_party/typescript/tests/ts_extra_tests/
H A Drun_ts_case.py110 shutil.rmtree(target_dir)
166 shutil.rmtree(TEMP_DIR_NAME)
/third_party/python/Lib/test/
H A Dtest_unicode_file.py9 from test.support.os_helper import (rmtree, change_cwd, TESTFN_UNICODE, namespace
88 rmtree(make_name)
/third_party/python/Lib/test/test_importlib/
H A Dfixtures.py30 shutil.rmtree(tmpdir)
126 shutil.rmtree(self.site_dir / "distinfo_pkg-1.0.0.dist-info")
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_c_parser.py90 cls.addClassCleanup(shutil.rmtree, cls.library_dir)
103 shutil.rmtree(self.tmp_path)
/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/
H A Dbuild_ts_js.py59 CMD_INST = shutil.rmtree(INPUT_ARGUMENTS.out_filePath)
/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/
H A Dbuild_ts_js.py59 CMD_INST = shutil.rmtree(INPUT_ARGUMENTS.out_filePath)
/third_party/flatbuffers/
H A Dinstall.py35 shutil.rmtree(old_dir)
/third_party/node/tools/v8/
H A Dnode_common.py54 shutil.rmtree(target, onerror=OnRmError)
/third_party/skia/third_party/externals/angle2/tools/glslang/
H A Dupdate_glslang_binary.py66 shutil.rmtree(out_dir)
/third_party/skia/infra/bots/recipe_modules/doxygen/resources/
H A Dgenerate_and_upload_doxygen.py35 shutil.rmtree(path)
/third_party/skia/infra/bots/recipe_modules/build/
H A Dflutter.py38 api.run.rmtree(out_dir)
/third_party/python/Lib/test/test_import/
H A D__init__.py28 TESTFN, rmtree, temp_umask, TESTFN_UNENCODABLE, temp_dir)
45 rmtree('__pycache__')
659 rmtree(self.dir_name)
722 rmtree(self.path)
860 rmtree('__pycache__')
960 rmtree('pep3147')
983 rmtree('pep3147')
1022 os_helper.rmtree(self.tagged)
1023 os_helper.rmtree(self.package_name)
1029 self.addCleanup(os_helper.rmtree, sel
[all...]
/third_party/vk-gl-cts/scripts/
H A Dmake_release.py265 shutil.rmtree(os.path.join(packageBuildInfo.dstBasePath, "src"), ignore_errors=False)
346 shutil.rmtree(path, ignore_errors=False)
355 shutil.rmtree(os.path.join(dstBasePath, "src"), ignore_errors=False)
366 shutil.rmtree(path, ignore_errors=False)
/test/xts/acts/commonlibrary/toolchain/libc-test/
H A Dtar_files.py72 shutil.rmtree(args.temp_path) # delete middle file
/third_party/gn/build/
H A Dfull_test.py18 shutil.rmtree(d)

Completed in 12 milliseconds

12345678