HomeSort by relevance Sort by last modified time
    Searched refs:getEntryInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/androidfw/
ZipFileRO.h 132 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
147 * Use "uncompLen" from getEntryInfo() to determine the required
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 508 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
698 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) {
739 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) {
803 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) {
AssetManager.cpp 308 if (!zip->getEntryInfo(entry, NULL, NULL, NULL, NULL, NULL, (long*)pCrc)) {
    [all...]
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 151 if (!zipFile->getEntryInfo(zipEntry, NULL, &uncompLen, NULL, NULL, NULL, NULL)) {
176 if (!zipFile->getEntryInfo(zipEntry, NULL, &uncompLen, NULL, NULL, &when, &crc)) {
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 453 if (zip.getEntryInfo(entry, &method, 0, 0, 0, 0, 0)) {

Completed in 99 milliseconds