Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAssetManager.h124 String8 getAssetPath(const int32_t cookie) const;
/frameworks/base/libs/androidfw/
DAssetManager.cpp353 String8 AssetManager::getAssetPath(const int32_t cookie) const in getAssetPath() function in AssetManager
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp925 String8 name(am->getAssetPath(static_cast<int32_t>(cookie))); in android_content_AssetManager_getCookieName()