Searched defs:EmitCopy (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ | ||
H A D | snapshot_writer.cpp | 100 bool CompressedSnapshotWriter::EmitCopy(uint64_t new_block, uint64_t old_block) { in EmitCopy() function in android::snapshot::CompressedSnapshotWriter |
H A D | cow_writer.cpp | 261 bool CowWriter::EmitCopy(uint64_t new_block, uint64_t old_block) { in EmitCopy() function in android::snapshot::CowWriter |
/aosp12/system/update_engine/payload_consumer/ | ||
H A D | snapshot_extent_writer_unittest.cc | 46 bool EmitCopy(uint64_t new_block, uint64_t old_block) override { in EmitCopy() function in chromeos_update_engine::FakeCowWriter |