Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_base.cpp95 if (!ValidateNewBlock(new_block + i)) { in AddCopy()
112 if (!ValidateNewBlock(last_block)) { in AddRawBlocks()
128 if (!ValidateNewBlock(last_block)) { in AddXorBlocks()
140 if (!ValidateNewBlock(last_block)) { in AddZeroBlocks()
154 bool CowWriterBase::ValidateNewBlock(uint64_t new_block) { in ValidateNewBlock() function in android::snapshot::CowWriterBase
Dwriter_base.h63 bool ValidateNewBlock(uint64_t new_block);