Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DAsset.cpp111 res.append(cur->getAssetSource()); in getAssetAllocations()
707 getAssetSource()); in ensureAlignment()
718 getAssetSource(), (int)mLength); in ensureAlignment()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h138 const char* getAssetSource(void) const { return mAssetSource.string(); } in getAssetSource() function