Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 - 12 of 12) sorted by relevance

/build/ohos/notice/
H A Dcollect_system_notice_files.py56 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 Dmerge_notice_files.py77 shutil.copyfile(file, dest)
80 shutil.copyfile("{}.json".format(file), "{}.json".format(dest))
272 shutil.copyfile(notice_txt, dest)
/build/lite/
H A Dbuild_ext_components.py24 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 Dpycache.py34 shutil.copyfile(cache_artifact, obj)
67 shutil.copyfile(obj, cache_artifact)
/build/lite/ndk/doc/
H A Dgen_doc.py36 shutil.copyfile(args.doxygen_file, doxygen_file.name)
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py50 shutil.copyfile(options.doxygen_file, doxygen_file.name)
/build/ohos/sdk/
H A Dconvert_permissions.py62 shutil.copyfile(source, dest)
/build/toolchain/mac/
H A Dlinker_driver.py176 shutil.copyfile(linker_out, unstripped_out)
/build/hb/util/loader/
H A Dgenerate_targets_gn.py132 shutil.copyfile(gn_file_template, build_gn_file)
/build/scripts/
H A Dcompile_app.py144 shutil.copyfile(lib_path, dest)
H A Dhapbuilder.py86 shutil.copyfile(
/build/
H A Dprebuilts_config.py145 shutil.copyfile(npm_install_script, os.path.join(download_dir, "npm-install.js"))

Completed in 5 milliseconds