Searched refs:copy2 (Results 1 – 19 of 19) sorted by relevance
/ohos5.0/build/ohos/testfwk/ |
H A D | test_js_stage_file_copy.py | 45 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 D | test_py_file_copy.py | 37 shutil.copy2(src_file, output_file)
|
H A D | test_js_file_copy.py | 50 shutil.copy2(file, js_dest_path)
|
H A D | testcase_resource_copy.py | 48 shutil.copy2(src_path, dest_path) 188 shutil.copy2(src_file, dest_file)
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_utils.cpp | 83 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 D | copy_plugin_config.py | 25 shutil.copy2(src, dst)
|
/ohos5.0/base/update/updater/services/script/ |
H A D | generate_yacc.py | 40 shutil.copy2("/usr/include/FlexLexer.h", flexlexer_file)
|
/ohos5.0/build/scripts/ |
H A D | collect_publicity.py | 49 shutil.copy2(options.source, options.output)
|
/ohos5.0/build/lite/testfwk/ |
H A D | lite_testcase_resource_copy.py | 46 shutil.copy2(src_path, dest_path) 182 shutil.copy2(src_file, dest_file)
|
/ohos5.0/build/lite/ |
H A D | copy_files.py | 40 shutil.copy2(src_path, dst_path)
|
/ohos5.0/build/ohos/ |
H A D | copy_files.py | 36 shutil.copy2(src_file, output_file)
|
/ohos5.0/build/ohos/packages/ |
H A D | system_z_package.py | 41 shutil.copy2(_file, _dest)
|
H A D | modules_install.py | 129 shutil.copy2(os.path.join(source, filename), 134 shutil.copy2(source, os.path.join(platform_installed_path, dest))
|
H A D | system_gzip_package.py | 48 shutil.copy2(src_file_path, dest_file_path)
|
H A D | system_notice_info.py | 48 shutil.copy2(_nf_src, _dest)
|
/ohos5.0/build/ohos/sa_profile/ |
H A D | sa_profile_archive.py | 72 shutil.copy2(_file, subsystem_out_dir)
|
/ohos5.0/build/ohos/sdk/ |
H A D | copy_sdk_modules.py | 57 shutil.copy2(source, dest)
|
/ohos5.0/base/web/webview/ |
H A D | copy_files.py | 58 shutil.copy2(src_file, dst_file)
|
/ohos5.0/build/toolchain/ |
H A D | gcc_solink_wrapper.py | 215 shutil.copy2(unstripped_libfile, args.libfile)
|