Home
last modified time | relevance | path

Searched refs:shutil (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
H A Dresult.py18 import shutil namespace
31 shutil.copy2(summary_report, "result\\")
35 shutil.copy2(details_report, "result\\")
39 shutil.copy2(failures_report, "result\\")
/arkcompiler/ets_frontend/arkguard/
H A Dcompile_arkguard.py18 import shutil namespace
31 shutil.rmtree(dest_package_path)
38 shutil.copytree(source_path, dest_path, dirs_exist_ok=True, symlinks=True)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dutils.py21 import shutil namespace
58 shutil.rmtree(target_path)
90 shutil.rmtree(dest_path)
111 shutil.rmtree(dest_path)
112 shutil.copytree(source_path, dest_path, dirs_exist_ok=not remove_if_exist)
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_es2panda_test_abc.py19 import shutil namespace
50 shutil.copy(file_path, dest_path)
59 shutil.rmtree(temp_files_dir)
135 shutil.rmtree(temp_files_dir)
H A Dversion_compatibility_test.py21 import shutil namespace
39 shutil.rmtree(output_dir)
144 shutil.rmtree(output_dir)
H A Dverify_sys_hap_abc.py20 import shutil namespace
42 shutil.copy(os.path.join(hap_folder, file_path), destination_path)
203 shutil.rmtree(out_folder)
/arkcompiler/runtime_core/static_core/scripts/cmake-checker/
H A Dcmake_checker.py28 import shutil namespace
106 shutil.copy(source_file, temp_file)
129 shutil.rmtree(temp_dir)
/arkcompiler/toolchain/build/toolchain/mac/
H A Dlinker_driver.py9 import shutil namespace
171 shutil.copyfile(linker_out, unstripped_out)
213 shutil.rmtree(path)
/arkcompiler/ets_runtime/tools/ap_file_viewer/
H A Dbuild.py22 import shutil namespace
47 shutil.copy(absolute_file_path, dist_dir)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
H A Dets_templates_generator.py19 import shutil namespace
55 shutil.rmtree(self.__output_path)
/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Dpreparation.py23 import shutil namespace
76 shutil.rmtree(pictures_dic)
H A Dexecution.py25 import shutil namespace
320 shutil.rmtree(uncompressed_output_file)
383 shutil.copyfile(modify_file, modify_file_backup)
396 shutil.move(modify_file_backup, modify_file)
407 shutil.copyfile(modify_file, modify_file_backup)
441 shutil.move(modify_file_backup, modify_file)
454 shutil.copyfile(modify_file, modify_file_backup)
495 shutil.move(modify_file_backup, modify_file)
535 shutil.copyfile(profile_file, profile_file_backup)
552 shutil
[all...]
/arkcompiler/ets_frontend/testTs/
H A Dutils.py23 import shutil namespace
41 shutil.rmtree(path)
/arkcompiler/toolchain/build/toolchain/
H A Dgcc_solink_wrapper.py17 import shutil namespace
84 shutil.copy2(unstripped_libfile, args.libfile)
/arkcompiler/ets_frontend/es2panda/test/benchmark/
H A Dutils.py19 import shutil namespace
71 shutil.rmtree(path)
77 shutil.rmtree(path)
130 shutil.copytree(dir_path, kraken_case_path)
169 shutil.move(need_case_path, dir_path)
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
H A Dsize_compare.py25 import shutil namespace
356 shutil.rmtree(self.js_test_root)
358 shutil.rmtree(self.ts_test_root)
360 shutil.rmtree(self.java_test_root)
363 shutil.copytree(self.workload_js_case_root, self.js_test_root)
364 shutil.copytree(self.workload_ts_case_root, self.ts_test_root)
365 shutil.copytree(self.workload_java_case_root, self.java_test_root)
/arkcompiler/toolchain/build/prebuilts_download/
H A Dprebuilts_download.py23 import shutil namespace
194 shutil.move(src_dir, tmp_dir)
198 shutil.rmtree(dest_dir)
199 shutil.move(tmp_dir, dest_dir)
202 shutil.rmtree(dest_dir)
203 shutil.move(src_dir, dest_dir)
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
H A Dupdate.py23 import shutil namespace
148 await loop.run_in_executor(None, shutil.rmtree, output_path)
151 await loop.run_in_executor(None, shutil.copytree, file_path, output_path)
H A Ddownload.py31 import shutil namespace
150 free_space = shutil.disk_usage(os.path.dirname(temp_file)).free
306 shutil.rmtree(path)
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
H A Dtest_viewer.py11 import shutil namespace
67 shutil.copy("examples/log_loop.txt", "dist/test.txt")
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dtest_sts_ts_subset.py23 import shutil namespace
42 shutil.copyfile(self.path, self.test_ohos_ts, follow_symlinks=True)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dtool.py20 import shutil namespace
123 p = shutil.which(cmd)
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_javar8.py24 import shutil namespace
136 shutil.rmtree(child_path)
/arkcompiler/ets_frontend/es2panda/test/
H A Dtest262util.py21 import shutil namespace
64 shutil.rmtree(test262_path)
/arkcompiler/runtime_core/static_core/scripts/
H A Dcompiler_bisect.py18 import shutil namespace
142 shutil.rmtree('ir_dump', ignore_errors=True)

Completed in 15 milliseconds

12