Home
last modified time | relevance | path

Searched refs:SnapshotExtentWriter (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dsnapshot_extent_writer.cc28 SnapshotExtentWriter::SnapshotExtentWriter( in SnapshotExtentWriter() function in chromeos_update_engine::SnapshotExtentWriter
34 SnapshotExtentWriter::~SnapshotExtentWriter() { in ~SnapshotExtentWriter()
38 bool SnapshotExtentWriter::Init( in Init()
49 size_t SnapshotExtentWriter::ConsumeWithBuffer(const uint8_t* data, in ConsumeWithBuffer()
103 bool SnapshotExtentWriter::Write(const void* bytes, size_t count) { in Write()
119 bool SnapshotExtentWriter::next_extent() { in next_extent()
H A Dsnapshot_extent_writer.h30 class SnapshotExtentWriter : public chromeos_update_engine::ExtentWriter {
32 explicit SnapshotExtentWriter(android::snapshot::ICowWriter* cow_writer);
33 ~SnapshotExtentWriter();
H A Dvabc_partition_writer.cc134 return std::make_unique<SnapshotExtentWriter>(cow_writer_.get()); in CreateBaseExtentWriter()
H A Dsnapshot_extent_writer_unittest.cc96 SnapshotExtentWriter writer_{&cow_writer_};