Searched refs:retPath (Results 1 – 3 of 3) sorted by relevance
278 std::string retPath = std::string(FAULT_LOGGER_PATH) + pubLogPathName; in MergeEventLog() local282 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()
742 std::string retPath = path; in AdjustPath() local743 if (retPath.back() == '/') { in AdjustPath()744 retPath.pop_back(); in AdjustPath()746 return retPath; in AdjustPath()
493 char *retPath = realpath(originPath, trustPath); in GetRealFilePath() local494 if (retPath == NULL) { in GetRealFilePath()