Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h111 const DynamicRefTable* GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
/frameworks/base/libs/androidfw/
DAssetManager2.cpp141 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie() function in android::AssetManager2