Searched refs:SnapshotExtentWriter (Results 1 – 4 of 4) sorted by relevance
28 SnapshotExtentWriter::SnapshotExtentWriter( in SnapshotExtentWriter() function in chromeos_update_engine::SnapshotExtentWriter34 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()
30 class SnapshotExtentWriter : public chromeos_update_engine::ExtentWriter {32 explicit SnapshotExtentWriter(android::snapshot::ICowWriter* cow_writer);33 ~SnapshotExtentWriter();
134 return std::make_unique<SnapshotExtentWriter>(cow_writer_.get()); in CreateBaseExtentWriter()
96 SnapshotExtentWriter writer_{&cow_writer_};