Searched refs:uncompressEntry (Results 1 – 4 of 4) sorted by relevance
155 bool uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const;160 bool uncompressEntry(ZipEntryRO entry, int fd) const;
244 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const in uncompressEntry() function in ZipFileRO262 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const in uncompressEntry() function in ZipFileRO
82 if (!zip_file_->uncompressEntry(entry, it->second.data(), file_len)) { in Open()
256 if (!zipFile->uncompressEntry(zipEntry, fd)) { in copyFileIfChanged()