Home
last modified time | relevance | path

Searched refs:logPath_ (Results 1 - 2 of 2) sorted by relevance

/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()
/foundation/arkui/ui_lite/test/autotest/include/
H A Dcompare_tools.h73 static char* logPath_; member in OHOS::CompareTools

Completed in 2 milliseconds