Searched refs:getEntryInfo (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ZipFileRO.h | 137 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | language_model_dict_content.cpp | 396 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 D | language_model_dict_content.h | 247 bool getEntryInfo(const HeaderPolicy *const headerPolicy, const int targetLevel,
|
/aosp12/frameworks/base/core/jni/ |
H A 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()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ZipFileRO.cpp | 116 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() function in ZipFileRO
|
H A D | AssetManager.cpp | 928 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL, in openAssetFromZipLocked()
|
/aosp12/packages/modules/adb/client/ |
H A D | fastdeploy.cpp | 163 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 D | BootAnimation.cpp | 1235 … if (zip->getEntryInfo(entry, &method, nullptr, nullptr, nullptr, nullptr, nullptr)) { in preloadZip()
|