/system/update_engine/payload_consumer/ |
D | xor_extent_writer_unittest.cc | 78 ON_CALL(cow_writer_, EmitXorBlocks(_, _, _, _, _)) in TEST_F() 124 EXPECT_CALL(cow_writer_, EmitXorBlocks(5, _, kBlockSize * 2, 5, 0)) in TEST_F() 126 EXPECT_CALL(cow_writer_, EmitXorBlocks(456, _, kBlockSize * 2, 45, 0)) in TEST_F() 128 EXPECT_CALL(cow_writer_, EmitXorBlocks(321, _, kBlockSize * 2, 12, 777)) in TEST_F() 137 ON_CALL(cow_writer_, EmitXorBlocks(_, _, _, _, _)) in TEST_F() 169 EXPECT_CALL(cow_writer_, EmitXorBlocks(320, _, kBlockSize * 3, 12, 777)) in TEST_F() 171 EXPECT_CALL(cow_writer_, EmitXorBlocks(323, _, kBlockSize, 15, 777)) in TEST_F() 180 ON_CALL(cow_writer_, EmitXorBlocks(_, _, _, _, _)) in TEST_F()
|
D | vabc_partition_writer_unittest.cc | 277 EXPECT_CALL(*cow_writer, EmitXorBlocks(10, _, kBlockSize * 2, 5, 0)) in TEST_F() 279 EXPECT_CALL(*cow_writer, EmitXorBlocks(13, _, kBlockSize * 2, 8, 0)) in TEST_F()
|
D | snapshot_extent_writer_unittest.cc | 68 bool EmitXorBlocks(uint32_t new_block_start, in EmitXorBlocks() function in chromeos_update_engine::FakeCowWriter
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot_writer.h | 79 bool EmitXorBlocks(uint32_t new_block_start, const void* data, size_t size, uint32_t old_block, 114 bool EmitXorBlocks(uint32_t new_block_start, const void* data, size_t size, uint32_t old_block,
|
D | mock_snapshot_writer.h | 39 MOCK_METHOD(bool, EmitXorBlocks, (uint32_t, const void*, size_t, uint32_t, uint16_t),
|
D | cow_writer.h | 104 virtual bool EmitXorBlocks(uint32_t new_block_start, const void* data, size_t size, 179 virtual bool EmitXorBlocks(uint32_t new_block_start, const void* data, size_t size,
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_writer.cpp | 127 bool CompressedSnapshotWriter::EmitXorBlocks(uint32_t new_block_start, const void* data, in EmitXorBlocks() function in android::snapshot::CompressedSnapshotWriter 183 bool OnlineKernelSnapshotWriter::EmitXorBlocks(uint32_t, const void*, size_t, uint32_t, uint16_t) { in EmitXorBlocks() function in android::snapshot::OnlineKernelSnapshotWriter
|
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | cow_writer.cpp | 107 return EmitXorBlocks(new_block_start, data, size, old_block, offset); in AddXorBlocks() 443 bool CowWriter::EmitXorBlocks(uint32_t new_block_start, const void* data, size_t size, in EmitXorBlocks() function in android::snapshot::CowWriter
|