Searched refs:ZipImageSource (Results 1 – 1 of 1) sorted by relevance
1367 class ZipImageSource final : public ImageSource { class1369 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource() function in ZipImageSource1377 bool ZipImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile()1381 int ZipImageSource::OpenFile(const std::string& name) const { in OpenFile()1392 FlashAllTool tool(ZipImageSource(zip), slot_override, skip_secondary, false); in do_update()