Searched refs:getEntryInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ZipFileRO.h | 150 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod,
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 118 if (!zipFile->getEntryInfo(zipEntry, nullptr, &uncompLen, nullptr, nullptr, nullptr, nullptr, in sumFiles() 151 if (!zipFile->getEntryInfo(zipEntry, &method, &uncompLen, nullptr, &offset, &when, &crc, in copyFileIfChanged()
|
/frameworks/base/libs/androidfw/ |
D | ZipFileRO.cpp | 121 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() function in ZipFileRO
|
D | AssetManager.cpp | 929 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, nullptr, nullptr, in openAssetFromZipLocked()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1338 if (zip->getEntryInfo(entry, &method, nullptr, nullptr, nullptr, nullptr, in preloadZip()
|