Searched refs:MemoryExtentWriter (Results 1 – 1 of 1) sorted by relevance
43 class MemoryExtentWriter : public ExtentWriter { class47 explicit MemoryExtentWriter(brillo::Blob* data) : data_(data) { in MemoryExtentWriter() function in chromeos_update_engine::__anonceb643cb0110::MemoryExtentWriter50 ~MemoryExtentWriter() override = default;71 new W(std::make_unique<MemoryExtentWriter>(out))); in DecompressWithWriter()