Home
last modified time | relevance | path

Searched refs:EmitCopy (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_writer.h75 bool EmitCopy(uint64_t new_block, uint64_t old_block) override;
104 bool EmitCopy(uint64_t new_block, uint64_t old_block) override;
H A Dcow_writer.h77 virtual bool EmitCopy(uint64_t new_block, uint64_t old_block) = 0;
112 virtual bool EmitCopy(uint64_t new_block, uint64_t old_block) override;
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp100 bool CompressedSnapshotWriter::EmitCopy(uint64_t new_block, uint64_t old_block) { in EmitCopy() function in android::snapshot::CompressedSnapshotWriter
166 bool OnlineKernelSnapshotWriter::EmitCopy(uint64_t new_block, uint64_t old_block) { in EmitCopy() function in android::snapshot::OnlineKernelSnapshotWriter
H A Dcow_writer.cpp43 return EmitCopy(new_block, old_block); in AddCopy()
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 Dsnapshot_extent_writer_unittest.cc46 bool EmitCopy(uint64_t new_block, uint64_t old_block) override { in EmitCopy() function in chromeos_update_engine::FakeCowWriter