Home
last modified time | relevance | path

Searched refs:getEntryInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DZipFileRO.h137 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp159 if (!zipFile->getEntryInfo(zipEntry, NULL, &uncompLen, NULL, NULL, NULL, NULL)) { in sumFiles()
189 if (!zipFile->getEntryInfo(zipEntry, &method, &uncompLen, NULL, &offset, &when, &crc)) { in copyFileIfChanged()
/frameworks/base/libs/androidfw/
DZipFileRO.cpp116 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() function in ZipFileRO
DAssetManager.cpp928 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL, in openAssetFromZipLocked()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1062 … if (zip->getEntryInfo(entry, &method, nullptr, nullptr, nullptr, nullptr, nullptr)) { in preloadZip()