Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp306 m_plainLogSize += m_mappedPlainLogFile->offset; in WriteCompressedLogs()
307 if (m_plainLogSize >= m_startMsg.fileSize) { in WriteCompressedLogs()
308 m_plainLogSize = 0; in WriteCompressedLogs()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister.h90 uint32_t m_plainLogSize = 0; variable