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

/frameworks/base/include/androidfw/
H A DAssetManager.h287 bool appendPathToResTable(const asset_path& ap, bool appAsLib=false) const;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp226 appendPathToResTable(ap, appAsLib);
291 appendPathToResTable(oap);
598 bool AssetManager::appendPathToResTable(const asset_path& ap, bool appAsLib) const { function in class:AssetManager
720 bool empty = appendPathToResTable(mAssetPaths.itemAt(i));

Completed in 94 milliseconds