Home
last modified time | relevance | path

Searched refs:GetDynamicRefTableForCookie (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h115 const DynamicRefTable* GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
/frameworks/base/libs/androidfw/
DAssetManager2.cpp186 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie() function in android::AssetManager2
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp573 const DynamicRefTable* dynamic_ref_table = assetmanager->GetDynamicRefTableForCookie(cookie); in NativeOpenXmlAsset()