Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp166 const std::string rcLibPath = in SetupGuestRc() local
169 void* rcLib = dlopen(rcLibPath.c_str(), RTLD_NOW | RTLD_LOCAL); in SetupGuestRc()
171 ALOGE("Failed to load Gfxstream RenderControl library from %s.", rcLibPath.c_str()); in SetupGuestRc()