Searched refs:EndImpl (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/payload_consumer/ | ||
D | extent_writer.h | 54 return EndImpl(); in End() |
D | xz_extent_writer.h | 46 bool EndImpl() override; |
D | bzip_extent_writer.h | 47 bool EndImpl() override; |
D | fake_extent_writer.h | 50 bool EndImpl() override { in EndImpl() function |
D | bzip_extent_writer.cc | 85 bool BzipExtentWriter::EndImpl() { in EndImpl() function in chromeos_update_engine::BzipExtentWriter |
D | xz_extent_writer.cc | 113 bool XzExtentWriter::EndImpl() { in EndImpl() function in chromeos_update_engine::XzExtentWriter |
/system/update_engine/payload_generator/ | ||
D | zip_unittest.cc | 65 bool EndImpl() override { return true; } in EndImpl() function in chromeos_update_engine::__anonce24645c0111::MemoryExtentWriter |