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

/frameworks/base/include/androidfw/
H A DZipFileRO.h125 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
140 * Use "uncompLen" from getEntryInfo() to determine the required
/frameworks/base/cmds/idmap/
H A Dcreate.cpp25 if (!zip->getEntryInfo(entry, NULL, NULL, NULL, NULL, NULL, (long*)crc)) {
H A Dscan.cpp158 if (!zip->getEntryInfo(entry, &method, &uncompLen, NULL, NULL, NULL, NULL)) {
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp104 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen, function in class:ZipFileRO
H A DAssetManager.cpp1148 //pZipFile->getEntryInfo(entry, &method, &uncompressedLen, &compressedLen,
1150 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL,
1153 ALOGW("getEntryInfo failed\n");
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp159 if (!zipFile->getEntryInfo(zipEntry, NULL, &uncompLen, NULL, NULL, NULL, NULL)) {
184 if (!zipFile->getEntryInfo(zipEntry, NULL, &uncompLen, NULL, NULL, &when, &crc)) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp534 if (mZip->getEntryInfo(entry, &method, NULL, NULL, NULL, NULL, NULL)) {

Completed in 2118 milliseconds