Searched defs:old_block (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | writer_base.cpp | 91 bool CowWriterBase::AddCopy(uint64_t new_block, uint64_t old_block, uint64_t num_blocks) { in AddCopy() 119 uint32_t old_block, uint16_t offset) { in AddXorBlocks()
|
D | writer_v3.cpp | 312 bool CowWriterV3::EmitCopy(uint64_t new_block, uint64_t old_block, uint64_t num_blocks) { in EmitCopy() 336 uint32_t old_block, uint16_t offset) { in EmitXorBlocks() 349 uint64_t old_block, uint16_t offset, in ConstructCowOpCompressedBuffers() 392 uint64_t old_block, uint16_t offset, CowOperationType type) { in EmitBlocks()
|
D | writer_v2.cpp | 310 bool CowWriterV2::EmitCopy(uint64_t new_block, uint64_t old_block, uint64_t num_blocks) { in EmitCopy() 331 uint32_t old_block, uint16_t offset) { in EmitXorBlocks() 372 uint64_t old_block, uint16_t offset, CowOperationType type) { in EmitBlocks()
|
/system/update_engine/payload_consumer/ |
D | snapshot_extent_writer_unittest.cc | 49 uint64_t old_block, in AddCopy() 73 uint32_t old_block, in AddXorBlocks()
|
D | xor_extent_writer_unittest.cc | 265 uint16_t offset) -> bool { in TEST_F()
|