Home
last modified time | relevance | path

Searched refs:EndImpl (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/payload_consumer/
Dextent_writer.h53 return EndImpl(); in End()
55 virtual bool EndImpl() = 0;
77 bool EndImpl() override { return true; } in EndImpl() function
116 bool EndImpl() override { in EndImpl() function
Dbzip_extent_writer.h47 bool EndImpl() override;
Dxz_extent_writer.h46 bool EndImpl() override;
Dfake_extent_writer.h51 bool EndImpl() override { in EndImpl() function
Dbzip_extent_writer.cc85 bool BzipExtentWriter::EndImpl() { in EndImpl() function in chromeos_update_engine::BzipExtentWriter
Dxz_extent_writer.cc113 bool XzExtentWriter::EndImpl() { in EndImpl() function in chromeos_update_engine::XzExtentWriter
/system/update_engine/payload_generator/
Dzip_unittest.cc64 bool EndImpl() override { return true; } in EndImpl() function in chromeos_update_engine::__anon5d2cd8df0111::MemoryExtentWriter