Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader.cpp116 size_t contentPos = BLOCK_SIZE + GetContentHeaderSize(); in AppendContentData() local
117 if (!rawData->Append(content + contentPos, contentSize - contentPos - CRC_SIZE)) { in AppendContentData()