Home
last modified time | relevance | path

Searched refs:uncompress (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/CtsShim/build/
DAndroid.bp46 … // Explicitly uncompress native libs rather than letting the build system doing it and destroy the
88 … // Explicitly uncompress native libs rather than letting the build system doing it and destroy the
130 … // Explicitly uncompress native libs rather than letting the build system doing it and destroy the
/frameworks/base/tools/aapt/
DZipFile.h150 void* uncompress(const ZipEntry* pEntry);
DPackage.cpp415 const void* data = jar->uncompress(entry); in processJarFile()
DZipFile.cpp1141 bool ZipFile::uncompress(const ZipEntry* pEntry, void* buf) const
1148 void* ZipFile::uncompress(const ZipEntry* entry) in uncompress() function in ZipFile
DAaptAssets.cpp1282 void* data = zip->uncompress(entry); in slurpResourceZip()
/frameworks/base/native/graphics/jni/fuzz/
Dpng_mutator.h240 uncompress(v.data(), &len, compressed.data(), compressed.size()); in Uncompress()