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 604 public native final int addAssetPath(String path);
608 * {@link #addAssetPath(String)} for more information. Returns array of
620 cookies[i] = addAssetPath(paths[i]);
  /frameworks/base/libs/utils/
AssetManager.cpp 93 bool AssetManager::addAssetPath(const String8& path, void** cookie)
147 return addAssetPath(path, NULL);
    [all...]

Completed in 53 milliseconds