Home
last modified time | relevance | path

Searched refs:retPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp278 std::string retPath = std::string(FAULT_LOGGER_PATH) + pubLogPathName; in MergeEventLog() local
282 if (FileUtil::FileExists(retPath)) { in MergeEventLog()
283 HIVIEW_LOGW("filename: %{public}s is existed, direct use.", retPath.c_str()); in MergeEventLog()
284 return retPath; in MergeEventLog()
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/
H A Dpolicy_info_manager.cpp742 std::string retPath = path; in AdjustPath() local
743 if (retPath.back() == '/') { in AdjustPath()
744 retPath.pop_back(); in AdjustPath()
746 return retPath; in AdjustPath()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c493 char *retPath = realpath(originPath, trustPath); in GetRealFilePath() local
494 if (retPath == NULL) { in GetRealFilePath()