Searched refs:copy_files (Results 1 – 7 of 7) sorted by relevance
2 …int_python_deps.py --root build/ohos --output build/ohos/copy_files.pydeps build/ohos/copy_files.py10 copy_files.py
25 def copy_files(source_files, output_dir): function49 copy_out_list = copy_files(args.source_files, args.copy_output_dir)
44 template("copy_files") {60 script = "//build/lite/copy_files.py"98 copy_files("$target_name" + "_copy") {110 copy_files(target_name) {138 copy_files("$src_dir") {
89 self.copy_files(source_path, target_path, fs_dir)97 def copy_files(self, spath, tpath, fs_dir): member in Packer
549 script = "//build/ohos/copy_files.py"
133 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…
149 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…