Home
last modified time | relevance | path

Searched refs:copy2 (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/build/ohos/testfwk/
H A Dtest_js_stage_file_copy.py45 shutil.copy2(os.path.join(project_path, "Test.json"),
78 shutil.copy2(final_hap_path, archive_testfile_dir)
79 shutil.copy2(final_hap_path + ".md5.stamp", archive_testfile_dir)
H A Dtest_py_file_copy.py37 shutil.copy2(src_file, output_file)
H A Dtest_js_file_copy.py50 shutil.copy2(file, js_dest_path)
H A Dtestcase_resource_copy.py48 shutil.copy2(src_path, dest_path)
188 shutil.copy2(src_file, dest_file)
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp83 std::string copy2 = str2; in EqualsIgnoreCase() local
86 std::transform(copy2.begin(), copy2.end(), copy2.begin(), ::tolower); in EqualsIgnoreCase()
88 return copy1 == copy2; in EqualsIgnoreCase()
/ohos5.0/base/hiviewdfx/hiview/build/
H A Dcopy_plugin_config.py25 shutil.copy2(src, dst)
/ohos5.0/base/update/updater/services/script/
H A Dgenerate_yacc.py40 shutil.copy2("/usr/include/FlexLexer.h", flexlexer_file)
/ohos5.0/build/scripts/
H A Dcollect_publicity.py49 shutil.copy2(options.source, options.output)
/ohos5.0/build/lite/testfwk/
H A Dlite_testcase_resource_copy.py46 shutil.copy2(src_path, dest_path)
182 shutil.copy2(src_file, dest_file)
/ohos5.0/build/lite/
H A Dcopy_files.py40 shutil.copy2(src_path, dst_path)
/ohos5.0/build/ohos/
H A Dcopy_files.py36 shutil.copy2(src_file, output_file)
/ohos5.0/build/ohos/packages/
H A Dsystem_z_package.py41 shutil.copy2(_file, _dest)
H A Dmodules_install.py129 shutil.copy2(os.path.join(source, filename),
134 shutil.copy2(source, os.path.join(platform_installed_path, dest))
H A Dsystem_gzip_package.py48 shutil.copy2(src_file_path, dest_file_path)
H A Dsystem_notice_info.py48 shutil.copy2(_nf_src, _dest)
/ohos5.0/build/ohos/sa_profile/
H A Dsa_profile_archive.py72 shutil.copy2(_file, subsystem_out_dir)
/ohos5.0/build/ohos/sdk/
H A Dcopy_sdk_modules.py57 shutil.copy2(source, dest)
/ohos5.0/base/web/webview/
H A Dcopy_files.py58 shutil.copy2(src_file, dst_file)
/ohos5.0/build/toolchain/
H A Dgcc_solink_wrapper.py215 shutil.copy2(unstripped_libfile, args.libfile)