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

/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h231 bool appendPathToResTable(const asset_path& ap, bool appAsLib=false) const;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp214 appendPathToResTable(ap, appAsLib);
279 appendPathToResTable(oap);
494 bool AssetManager::appendPathToResTable(const asset_path& ap, bool appAsLib) const { function in class:AssetManager
612 bool empty = appendPathToResTable(mAssetPaths.itemAt(i));

Completed in 482 milliseconds