Home
last modified time | relevance | path

Searched refs:m_currentLogFileName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp100 } else if ((access(m_currentLogFileName.c_str(), F_OK) != 0) || !m_currentLogOutput.is_open()) { in Input()
150 m_currentLogFileName = newFile.str(); in CreateLogFile()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister_rotator.h69 std::string m_currentLogFileName; variable