Searched refs:desPath (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hiview/plugins/hicollie_collector/ |
D | plugin.cpp | 141 const std::string& path, const std::string& desPath) const in SaveToFile() 168 if (!FileUtil::SaveStringToFile(desPath, desText.str())) { in SaveToFile() 169 HIVIEW_LOGE("failed to save log file %{public}s.", desPath.c_str()); in SaveToFile() 197 std::string desPath = FAULT_LOG_PATH + desFile; in ProcessHiCollieEvent() local 206 SaveToFile(sysEvent, pid, processName, path, desPath); in ProcessHiCollieEvent() 208 std::vector<std::string> paths = {desPath}; in ProcessHiCollieEvent() 214 ReportSysFreezeIfNeed(sysEvent, timestamp, processName, desPath); in ProcessHiCollieEvent() 216 …ABILITY", sysEvent.eventName_.c_str(), sysEvent.GetEventValue(EVENT_MSG).c_str(), desPath.c_str()); in ProcessHiCollieEvent()
|
D | plugin.h | 50 const std::string& path, const std::string& desPath) const;
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
D | extract_rule.cpp | 158 string& desPath) const in IsMatchPath() 162 desPath = sourceFile; in IsMatchPath() 164 if (LogUtil::IsTestModel(sourceFile, name, pattern, desPath)) { in IsMatchPath() 165 HIVIEW_LOGI("this is test model, desPath is %{public}s.\n", desPath.c_str()); in IsMatchPath() 170 desPath = name; in IsMatchPath() 171 return LogUtil::FileExist(desPath); in IsMatchPath() 185 desPath = out.substr(0, out.size() - 1); in IsMatchPath() 186 return LogUtil::FileExist(desPath); in IsMatchPath()
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/ |
D | log_util.h | 53 const std::string& pattern, std::string& desPath);
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/ |
D | extract_rule.h | 43 std::string& desPath) const;
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
D | log_util.cpp | 266 const string& pattern, string& desPath) in IsTestModel() argument 276 return LogUtil::FileExist(desPath); in IsTestModel()
|