Searched refs:tmpLogPath (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.cpp | 222 std::string& tmpLogPath, std::string& tmpLogName) const in InitLogInfo() 241 tmpLogPath = std::string(FREEZE_DETECTOR_PATH) + tmpLogName; in InitLogInfo() 293 std::string tmpLogPath; in MergeEventLog() local 295 InitLogInfo(watchPoint, type, retPath, tmpLogPath, tmpLogName); in MergeEventLog() 321 HIVIEW_LOGE("failed to create tmp log file %{public}s.", tmpLogPath.c_str()); in MergeEventLog() 328 return SendFaultLog(watchPoint, tmpLogPath, type); in MergeEventLog() 221 InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& retPath, std::string& tmpLogPath, std::string& tmpLogName) const InitLogInfo() argument
|
H A D | vendor.h | 43 std::string& tmpLogPath, std::string& tmpLogName) const;
|
Completed in 2 milliseconds