Searched refs:copy_file (Results 1 - 8 of 8) sorted by relevance
/build/ohos/testfwk/ |
H A D | fuzz_config_file_copy.py | 31 def copy_file(fuzz_config_file_path: str, fuzz_config_file_output_path: str): function 49 copy_file(args.fuzz_config_file_path, args.fuzz_config_file_output_path)
|
H A D | test_py_file_copy.py | 27 def copy_file(target_base_dir: str, source_files: str, output_dir: str) -> list: function 51 copy_out_list = copy_file(args.target_base_dir, args.source_files,
|
H A D | test_js_file_copy.py | 28 def copy_file(suite_path: str, template_path: str, target_path: str): function 80 copy_file(args.suite_path, args.template_path, args.target_path)
|
/build/scripts/ |
H A D | copy_ex.py | 105 def copy_file(f: str, function 146 copy_file(f, 175 copy_file(src, os.path.join(options.dest, dest), deps)
|
/build/hb/util/ |
H A D | io_util.py | 73 def copy_file(src: str, dst: str): member in IoUtil
|
/build/ |
H A D | prebuilts_config.py | 68 def copy_file(src, dest):
function 139 copy_file(package_path, download_dir)
140 copy_file(package_lock_path, download_dir)
|
/build/hb/containers/ |
H A D | arg.py | 369 IoUtil.copy_file(src=default_file_path, dst=args_file_path)
|
/build/hb/resources/ |
H A D | config.py | 35 IoUtil.copy_file(BUILD_CONFIG_FILE, ROOT_CONFIG_FILE)
|
Completed in 4 milliseconds