commit | a837f00127730d3d2bf0752a8b5c135784cf4ba1 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Wed Jun 30 17:58:49 2021 -0700 |
committer | Daniel Rosenberg <drosen@google.com> | Tue Aug 03 03:15:46 2021 +0000 |
tree | fe35b88cfee763e4909d495063c06075c9f0ae8e | |
parent | 0a813e6aaca347385d726833a7712d20b2713dec [diff] |
Add EmitXorBlocks stub to FakeCowWriter Bug: 177104308 Test: Builds Change-Id: I6ae939f4df37c3b2742651558aa96fc64c6c24ee
diff --git a/payload_consumer/snapshot_extent_writer_unittest.cc b/payload_consumer/snapshot_extent_writer_unittest.cc index 51672ca..0c96c3e 100644 --- a/payload_consumer/snapshot_extent_writer_unittest.cc +++ b/payload_consumer/snapshot_extent_writer_unittest.cc
@@ -60,6 +60,13 @@ operations_[new_block_start] = {.type = CowOp::COW_ZERO}; return true; } + bool EmitXorBlocks(uint32_t new_block_start, + const void* data, + size_t size, + uint32_t old_block, + uint16_t offset) override { + return false; + } bool Finalize() override { finalize_called_ = true; return true;