Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h138 const char* getAssetSource(void) const { return mAssetSource.c_str(); } in getAssetSource() function
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAsset.java154 final String getAssetSource() { in getAssetSource() method in Asset