Searched refs:addOverlayPath (Results 1 – 5 of 5) sorted by relevance
103 bool addOverlayPath(const String8& path, int32_t* cookie);
200 assets.addOverlayPath(idmapPath); in getTopLevelResources()
630 public native final int addOverlayPath(String idmapPath); in addOverlayPath() method in AssetManager
241 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie) in addOverlayPath() function in AssetManager
535 bool res = am->addOverlayPath(String8(idmapPath8.c_str()), &cookie); in android_content_AssetManager_addOverlayPath()