Searched refs:minContentSize (Results 1 – 1 of 1) sorted by relevance
229 constexpr uint32_t minContentSize = BLOCK_SIZE + sizeof(ContentHeader) + CRC_SIZE; in ReadContent() local230 if (contentSize < minContentSize) { in ReadContent()