Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp116 if (IsOldFile(pPath, m_currentLogFileIdx)) { in RemoveOldFile()
130 if (m_currentLogFileIdx + 1 >= m_maxLogFileNum) { in Rotate()
133 m_currentLogFileIdx++; in Rotate()
148 …newFile << m_logsPath << "." << GetFileNameIndex(m_currentLogFileIdx) << "." << timeBuf << m_fileN… in CreateLogFile()
159 m_info.index = static_cast<uint32_t>(m_currentLogFileIdx); in UpdateRotateNumber()
174 m_currentLogFileIdx = index; in SetFileIndex()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister_rotator.h70 uint32_t m_currentLogFileIdx = 0; variable