HomeSort by relevance Sort by last modified time
    Searched refs:appendPathToResTable (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/androidfw/
AssetManager.h 287 bool appendPathToResTable(const asset_path& ap, bool appAsLib=false) const;
  /frameworks/base/libs/androidfw/
AssetManager.cpp 223 appendPathToResTable(ap, appAsLib);
288 appendPathToResTable(oap);
595 bool AssetManager::appendPathToResTable(const asset_path& ap, bool appAsLib) const {
717 bool empty = appendPathToResTable(mAssetPaths.itemAt(i));
    [all...]

Completed in 61 milliseconds