Searched refs:getEntryInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ZipFileRO.h | 137 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 159 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/ |
D | ZipFileRO.cpp | 116 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() function in ZipFileRO
|
D | AssetManager.cpp | 928 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL, in openAssetFromZipLocked()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1062 … if (zip->getEntryInfo(entry, &method, nullptr, nullptr, nullptr, nullptr, nullptr)) { in preloadZip()
|