Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp117 const std::string engineLibPath = libPath + "/" + engineLibName; in RunChildProcessor() local
118 webEngineHandle = dlopen(engineLibPath.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()