Searched refs:copyfile (Results 1 - 12 of 12) sorted by relevance
/build/ohos/notice/ |
H A D | collect_system_notice_files.py | 56 shutil.copyfile(module_info['notice'], dest) 60 shutil.copyfile("{}.json".format(module_info['notice']), "{}.json".format(dest)) 68 shutil.copyfile(file, dest) 71 shutil.copyfile("{}.json".format(file), "{}.json".format(dest))
|
H A D | merge_notice_files.py | 77 shutil.copyfile(file, dest) 80 shutil.copyfile("{}.json".format(file), "{}.json".format(dest)) 272 shutil.copyfile(notice_txt, dest)
|
/build/lite/ |
H A D | build_ext_components.py | 24 from shutil import copyfile namespace 41 copyfile(temp_file.name, error_log_path) 84 copyfile(temp_file.name, args.target_dir[0])
|
/build/scripts/util/ |
H A D | pycache.py | 34 shutil.copyfile(cache_artifact, obj) 67 shutil.copyfile(obj, cache_artifact)
|
/build/lite/ndk/doc/ |
H A D | gen_doc.py | 36 shutil.copyfile(args.doxygen_file, doxygen_file.name)
|
/build/ohos/ndk/ |
H A D | generate_ndk_docs.py | 50 shutil.copyfile(options.doxygen_file, doxygen_file.name)
|
/build/ohos/sdk/ |
H A D | convert_permissions.py | 62 shutil.copyfile(source, dest)
|
/build/toolchain/mac/ |
H A D | linker_driver.py | 176 shutil.copyfile(linker_out, unstripped_out)
|
/build/hb/util/loader/ |
H A D | generate_targets_gn.py | 132 shutil.copyfile(gn_file_template, build_gn_file)
|
/build/scripts/ |
H A D | compile_app.py | 144 shutil.copyfile(lib_path, dest)
|
H A D | hapbuilder.py | 86 shutil.copyfile(
|
/build/ |
H A D | prebuilts_config.py | 145 shutil.copyfile(npm_install_script, os.path.join(download_dir, "npm-install.js"))
|
Completed in 5 milliseconds