Searched refs:scriptSONameSystem (Results 1 – 1 of 1) sorted by relevance
235 std::string scriptSONameSystem("/system/lib/librs."); in loadSharedLibrary() local236 scriptSONameSystem.append(resName); in loadSharedLibrary()237 scriptSONameSystem.append(".so"); in loadSharedLibrary()238 loaded = loadSOHelper(scriptSONameSystem.c_str(), cacheDir, resName); in loadSharedLibrary()241 scriptSONameSystem.c_str(), dlerror()); in loadSharedLibrary()