/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
H A D | result.py | 18 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 D | compile_arkguard.py | 18 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 D | utils.py | 21 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 D | verify_es2panda_test_abc.py | 19 import shutil namespace 50 shutil.copy(file_path, dest_path) 59 shutil.rmtree(temp_files_dir) 135 shutil.rmtree(temp_files_dir)
|
H A D | version_compatibility_test.py | 21 import shutil namespace 39 shutil.rmtree(output_dir) 144 shutil.rmtree(output_dir)
|
H A D | verify_sys_hap_abc.py | 20 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 D | cmake_checker.py | 28 import shutil namespace 106 shutil.copy(source_file, temp_file) 129 shutil.rmtree(temp_dir)
|
/arkcompiler/toolchain/build/toolchain/mac/ |
H A D | linker_driver.py | 9 import shutil namespace 171 shutil.copyfile(linker_out, unstripped_out) 213 shutil.rmtree(path)
|
/arkcompiler/ets_runtime/tools/ap_file_viewer/ |
H A D | build.py | 22 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 D | ets_templates_generator.py | 19 import shutil namespace 55 shutil.rmtree(self.__output_path)
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
H A D | preparation.py | 23 import shutil namespace 76 shutil.rmtree(pictures_dic)
|
H A D | execution.py | 25 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 D | utils.py | 23 import shutil
namespace 41 shutil.rmtree(path)
|
/arkcompiler/toolchain/build/toolchain/ |
H A D | gcc_solink_wrapper.py | 17 import shutil namespace 84 shutil.copy2(unstripped_libfile, args.libfile)
|
/arkcompiler/ets_frontend/es2panda/test/benchmark/ |
H A D | utils.py | 19 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 D | size_compare.py | 25 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 D | prebuilts_download.py | 23 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 D | update.py | 23 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 D | download.py | 31 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 D | test_viewer.py | 11 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 D | test_sts_ts_subset.py | 23 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 D | tool.py | 20 import shutil namespace 123 p = shutil.which(cmd)
|
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/ |
H A D | run_javar8.py | 24 import shutil namespace 136 shutil.rmtree(child_path)
|
/arkcompiler/ets_frontend/es2panda/test/ |
H A D | test262util.py | 21 import shutil namespace 64 shutil.rmtree(test262_path)
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | compiler_bisect.py | 18 import shutil namespace 142 shutil.rmtree('ir_dump', ignore_errors=True)
|