Searched refs:uncompressEntry (Results 1 – 3 of 3) sorted by relevance
183 bool uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const;188 bool uncompressEntry(ZipEntryRO entry, int fd) const;
287 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const in uncompressEntry() function in ZipFileRO305 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const in uncompressEntry() function in ZipFileRO
249 if (!zipFile->uncompressEntry(zipEntry, fd)) { in copyFileIfChanged()