Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAssetManager.h287 bool appendPathToResTable(const asset_path& ap, bool appAsLib=false) const;
/frameworks/base/libs/androidfw/
DAssetManager.cpp223 appendPathToResTable(ap, appAsLib); in addAssetPath()
288 appendPathToResTable(oap); in addOverlayPath()
595 bool AssetManager::appendPathToResTable(const asset_path& ap, bool appAsLib) const { in appendPathToResTable() function in AssetManager
717 bool empty = appendPathToResTable(mAssetPaths.itemAt(i)); in getResTable()