Home
last modified time | relevance | path

Searched full:src_path (Results 1 – 8 of 8) sorted by relevance

/base/global/i18n/services/src/
Dhmos_timezone_mount.cpp125 bool copySingleFile(const std::filesystem::path& src_path, const std::filesystem::path& dst_path) in copySingleFile() argument
127 if (!FileExist(src_path.string())) { in copySingleFile()
128 … HILOG_ERROR_I18N("copySingleFile: Source file does not exist: %{public}s", src_path.c_str()); in copySingleFile()
133 …HILOG_INFO_I18N("copySingleFile: copy file: %{public}s, %{public}s", src_path.c_str(), dst_path.… in copySingleFile()
134 if (!FileCopy(src_path.string(), dst_path.string())) { in copySingleFile()
135 HILOG_ERROR_I18N("copySingleFile: Failed to copy file: %{public}s", src_path.c_str()); in copySingleFile()
155 std::filesystem::path src_path = std::filesystem::path(CFG_PATH) / file; in CopyDataFile() local
157 if (!copySingleFile(src_path, dst_path)) { in CopyDataFile()
/base/startup/appspawn/modules/sysevent/
Dhisysevent_adapter.cpp36 constexpr const char* SRC_PATH = "SRC_PATH"; variable
165 SRC_PATH, srcPath, in ReportMountFail()
/base/startup/appspawn/
Dhisysevent.yaml20 SRC_PATH : {type: STRING, desc: Source Path For Mount Failed}
/base/startup/init/services/modules/seccomp/scripts/tools/
Dstrace_log_analysis.py62 file_list = extract_file_from_path(args.src_path)
Daudit_log_analysis.py97 file_list = extract_file_from_path(args.src_path)
/base/startup/appspawn/test/mock/
Dapp_spawn_stub.cpp142 if (strcmp(key, "persist.nweb.sandbox.src_path") == 0) { in GetParameter()
/base/startup/appspawn/modules/sandbox/
Dsandbox_cfgvar.c112 // "<param:persist.nweb.sandbox.src_path>" in ReplaceVariableByParameter()
242 // "<param:persist.nweb.sandbox.src_path>" in ReplaceVariable()
Dappspawn_sandbox.h39 …NWEB_SANDBOX_SEC_PATH "/data/app/el1/bundle/public/com.ohos.nweb" // persist.nweb.sandbox.src_path