Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DZipFileRO.h137 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dlanguage_model_dict_content.cpp396 if (!getEntryInfo(headerPolicy, targetLevel, mTrieMap.getRootBitmapEntryIndex(), in turncateEntriesInSpecifiedLevel()
420 bool LanguageModelDictContent::getEntryInfo(const HeaderPolicy *const headerPolicy, in getEntryInfo() function in latinime::LanguageModelDictContent
430 if (!getEntryInfo(headerPolicy, targetLevel, entry.getNextLevelBitmapEntryIndex(), in getEntryInfo()
H A Dlanguage_model_dict_content.h247 bool getEntryInfo(const HeaderPolicy *const headerPolicy, const int targetLevel,
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp159 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()
/aosp12/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp116 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() function in ZipFileRO
H A DAssetManager.cpp928 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL, in openAssetFromZipLocked()
/aosp12/packages/modules/adb/client/
H A Dfastdeploy.cpp163 if (!zip_file->getEntryInfo(entry, NULL, &manifest_len, NULL, NULL, NULL, NULL)) { in get_package_name_from_apk()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1235 … if (zip->getEntryInfo(entry, &method, nullptr, nullptr, nullptr, nullptr, nullptr)) { in preloadZip()