Searched refs:uncompressEntry (Results 1 – 3 of 3) sorted by relevance
170 bool uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const;175 bool uncompressEntry(ZipEntryRO entry, int fd) const;
264 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const in uncompressEntry() function in ZipFileRO282 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const in uncompressEntry() function in ZipFileRO
223 if (!zipFile->uncompressEntry(zipEntry, fd)) { in copyFileIfChanged()