Home
last modified time | relevance | path

Searched refs:scriptSONameSystem (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp234 std::string scriptSONameSystem("/system/lib/librs."); in loadSharedLibrary() local
235 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()