Searched refs:logPath_ (Results 1 – 4 of 4) sorted by relevance
34 char* CompareTools::logPath_ = nullptr; member in OHOS::CompareTools311 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()
39 logPath_(builder.logPath_), in WatchPoint()120 logPath_ = logPath; in InitLogPath()199 return logPath_; in GetLogPath()214 logPath_ = logPath; in SetLogPath()
58 std::string logPath_; variable99 std::string logPath_; variable
73 static char* logPath_; variable