Home
last modified time | relevance | path

Searched refs:logPath_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp34 char* CompareTools::logPath_ = nullptr; member in OHOS::CompareTools
311 if (logPath_ == nullptr) { in SetLogPath()
312 logPath_ = new char[length]; in SetLogPath()
313 if (logPath_ == nullptr) { in SetLogPath()
316 if (memcpy_s(logPath_, length, filePath, length) != EOK) { in SetLogPath()
326 if (logPath_ != nullptr) { in UnsetLogPath()
327 delete[] logPath_; in UnsetLogPath()
328 logPath_ = nullptr; in UnsetLogPath()
339 const char* useLogPath = filePath == nullptr ? logPath_ : filePath; in SaveLog()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.cpp39 logPath_(builder.logPath_), in WatchPoint()
120 logPath_ = logPath; in InitLogPath()
199 return logPath_; in GetLogPath()
214 logPath_ = logPath; in SetLogPath()
H A Dwatch_point.h58 std::string logPath_; variable
99 std::string logPath_; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dcompare_tools.h73 static char* logPath_; variable