Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp121 const std::string renderLibPath = libPath + "/" + renderLibName; in RunChildProcessor() local
122 nwebRenderHandle = dlopen(renderLibPath.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()