Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp53 : m_maxLogFileNum(maxFiles), m_logsPath(logsPath), m_fileNameSuffix(fileNameSuffix), m_id(id) in LogPersisterRotator()
148 …< m_logsPath << "." << GetFileNameIndex(m_currentLogFileIdx) << "." << timeBuf << m_fileNameSuffix; in CreateLogFile()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister_rotator.h68 std::string m_fileNameSuffix; variable