Searched refs:engineLibPath (Results 1 – 1 of 1) sorted by relevance
117 const std::string engineLibPath = libPath + "/" + engineLibName; in RunChildProcessor() local118 webEngineHandle = dlopen(engineLibPath.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()