Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_writer.cpp67 if (!ValidateNewBlock(new_block + i)) { in AddCopy()
84 if (!ValidateNewBlock(last_block)) { in AddRawBlocks()
100 if (!ValidateNewBlock(last_block)) { in AddXorBlocks()
112 if (!ValidateNewBlock(last_block)) { in AddZeroBlocks()
126 bool ICowWriter::ValidateNewBlock(uint64_t new_block) { in ValidateNewBlock() function in android::snapshot::ICowWriter
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h110 bool ValidateNewBlock(uint64_t new_block);