Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc928 class EntryReader : public zip_archive::Reader { class
930 EntryReader(const MappedZipFile& zip_file, const ZipEntry* entry) in EntryReader() function in EntryReader
937 virtual ~EntryReader() {} in ~EntryReader()
1066 const EntryReader reader(mapped_zip, entry); in InflateEntryToWriter()