Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DZipFileRO.h127 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp161 if (!zipFile->getEntryInfo(zipEntry, NULL, &uncompLen, NULL, NULL, NULL, NULL)) { in sumFiles()
192 if (!zipFile->getEntryInfo(zipEntry, &method, &uncompLen, NULL, &offset, &when, &crc)) { in copyFileIfChanged()
/frameworks/base/cmds/idmap/
Dcreate.cpp26 if (!zip->getEntryInfo(entry, NULL, NULL, NULL, NULL, NULL, crc)) { in get_zip_entry_crc()
Dscan.cpp135 if (!zip->getEntryInfo(entry, &method, &uncompLen, NULL, NULL, NULL, NULL)) { in parse_apk()
/frameworks/base/libs/androidfw/
DZipFileRO.cpp100 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() function in ZipFileRO
DAssetManager.cpp1145 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL, in openAssetFromZipLocked()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp612 if (mZip->getEntryInfo(entry, &method, NULL, NULL, NULL, NULL, NULL)) { in preloadZip()