Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp103 const std::string renderLibName = GetArkWebRenderLibName(); in RunChildProcessor() local
114 dlopen_ns(&dlns, renderLibName.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()
121 const std::string renderLibPath = libPath + "/" + renderLibName; in RunChildProcessor()