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