Searched defs:BzipExtentWriter (Results 1 - 1 of 1) sorted by path

/system/update_engine/payload_consumer/
H A Dbzip_extent_writer.h29 // BzipExtentWriter is a concrete ExtentWriter subclass that bzip-decompresses
35 class BzipExtentWriter : public ExtentWriter { class in namespace:chromeos_update_engine
37 explicit BzipExtentWriter(std::unique_ptr<ExtentWriter> next) function in class:chromeos_update_engine::BzipExtentWriter
41 ~BzipExtentWriter() override = default;

Completed in 55 milliseconds