Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager.cpp231 appendPathToResTable(mAssetPaths.editItemAt(apPos), appAsLib); in addAssetPath()
296 appendPathToResTable(oap); in addOverlayPath()
324 appendPathToResTable(mAssetPaths.editItemAt(apPos), appAsLib); in addAssetFd()
540 bool AssetManager::appendPathToResTable(asset_path& ap, bool appAsLib) const { in appendPathToResTable() function in AssetManager
658 bool empty = appendPathToResTable( in getResTable()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager.java288 appendPathToResTable(ap, appAsLib); in addAssetPath()
578 boolean appendPathToResTable(final asset_path ap, boolean appAsLib) { in appendPathToResTable() method in CppAssetManager
722 boolean empty = appendPathToResTable(mAssetPaths.get(i), false); in getResTable()
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h254 bool appendPathToResTable(asset_path& ap, bool appAsLib=false) const;