Searched refs:retPath (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.cpp | 221 void Vendor::InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& retPath, in InitLogInfo() argument 239 retPath = std::string(FAULT_LOGGER_PATH) + pubLogPathName; in InitLogInfo() 292 std::string retPath; in MergeEventLog() local 295 InitLogInfo(watchPoint, type, retPath, tmpLogPath, tmpLogName); in MergeEventLog() 297 if (FileUtil::FileExists(retPath)) { in MergeEventLog() 298 HIVIEW_LOGW("filename: %{public}s is existed, direct use.", retPath.c_str()); in MergeEventLog() 299 return retPath; in MergeEventLog()
|
H A D | vendor.h | 42 void InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& retPath,
|
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/ |
H A D | policy_info_manager.cpp | 782 std::string retPath = path; in AdjustPath() local 783 if (retPath.back() == '/') { in AdjustPath() 784 retPath.pop_back(); in AdjustPath() 786 return retPath; in AdjustPath()
|
/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 493 char *retPath = realpath(originPath, trustPath); in GetRealFilePath() local 494 if (retPath == NULL) { in GetRealFilePath()
|
Completed in 5 milliseconds