Searched full:src_path (Results 1 – 8 of 8) sorted by relevance
| /base/global/i18n/services/src/ |
| D | hmos_timezone_mount.cpp | 125 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/ |
| D | hisysevent_adapter.cpp | 36 constexpr const char* SRC_PATH = "SRC_PATH"; variable 165 SRC_PATH, srcPath, in ReportMountFail()
|
| /base/startup/appspawn/ |
| D | hisysevent.yaml | 20 SRC_PATH : {type: STRING, desc: Source Path For Mount Failed}
|
| /base/startup/init/services/modules/seccomp/scripts/tools/ |
| D | strace_log_analysis.py | 62 file_list = extract_file_from_path(args.src_path)
|
| D | audit_log_analysis.py | 97 file_list = extract_file_from_path(args.src_path)
|
| /base/startup/appspawn/test/mock/ |
| D | app_spawn_stub.cpp | 142 if (strcmp(key, "persist.nweb.sandbox.src_path") == 0) { in GetParameter()
|
| /base/startup/appspawn/modules/sandbox/ |
| D | sandbox_cfgvar.c | 112 // "<param:persist.nweb.sandbox.src_path>" in ReplaceVariableByParameter() 242 // "<param:persist.nweb.sandbox.src_path>" in ReplaceVariable()
|
| D | appspawn_sandbox.h | 39 …NWEB_SANDBOX_SEC_PATH "/data/app/el1/bundle/public/com.ohos.nweb" // persist.nweb.sandbox.src_path
|