Searched refs:ZipImageSource (Results 1 – 2 of 2) sorted by relevance
136 class ZipImageSource final : public ImageSource {138 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource() function
1929 bool ZipImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile()1933 unique_fd ZipImageSource::OpenFile(const std::string& name) const { in OpenFile()1943 fp->source.reset(new ZipImageSource(zip)); in do_update()