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

  /frameworks/base/core/java/android/content/res/
AssetManager.java 605 public native final int addAssetPath(String path);
609 * {@link #addAssetPath(String)} for more information. Returns array of
621 cookies[i] = addAssetPath(paths[i]);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 155 bool AssetManager::addAssetPath(const String8& path, void** cookie)
381 return addAssetPath(path, NULL);
    [all...]

Completed in 485 milliseconds