Searched refs:uncompress (Results 1 – 6 of 6) sorted by relevance
46 … // Explicitly uncompress native libs rather than letting the build system doing it and destroy the88 … // Explicitly uncompress native libs rather than letting the build system doing it and destroy the130 … // Explicitly uncompress native libs rather than letting the build system doing it and destroy the
150 void* uncompress(const ZipEntry* pEntry);
415 const void* data = jar->uncompress(entry); in processJarFile()
1141 bool ZipFile::uncompress(const ZipEntry* pEntry, void* buf) const1148 void* ZipFile::uncompress(const ZipEntry* entry) in uncompress() function in ZipFile
1282 void* data = zip->uncompress(entry); in slurpResourceZip()
240 uncompress(v.data(), &len, compressed.data(), compressed.size()); in Uncompress()