Searched refs:renderLibPath (Results 1 – 1 of 1) sorted by relevance
121 const std::string renderLibPath = libPath + "/" + renderLibName; in RunChildProcessor() local122 nwebRenderHandle = dlopen(renderLibPath.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()