Searched refs:uncompressEntry (Results 1 – 3 of 3) sorted by relevance
155 bool uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const;160 bool uncompressEntry(ZipEntryRO entry, int fd) const;
241 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const in uncompressEntry() function in ZipFileRO259 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const in uncompressEntry() function in ZipFileRO
256 if (!zipFile->uncompressEntry(zipEntry, fd)) { in copyFileIfChanged()