Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp40 if (!ValidateNewBlock(new_block)) { in AddCopy()
55 if (!ValidateNewBlock(last_block)) { in AddRawBlocks()
63 if (!ValidateNewBlock(last_block)) { in AddZeroBlocks()
73 bool ICowWriter::ValidateNewBlock(uint64_t new_block) { in ValidateNewBlock() function in android::snapshot::ICowWriter
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h82 bool ValidateNewBlock(uint64_t new_block);