Home
last modified time | relevance | path

Searched refs:dlns (Results 1 - 2 of 2) sorted by relevance

/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp112 Dl_namespace dlns; in RunChildProcessor() local
113 dlns_init(&dlns, "nweb_ns"); in RunChildProcessor()
114 dlns_create(&dlns, libPath.c_str()); in RunChildProcessor()
117 dlopen_ns(&dlns, engineLibName.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()
120 dlopen_ns(&dlns, renderLibName.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()
/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.cpp64 Dl_namespace dlns; in LoadLibFile() local
65 dlns_init(&dlns, libNsName.c_str()); in LoadLibFile()
66 dlns_create(&dlns, libDirPath.c_str()); in LoadLibFile()
68 void* libFileHandler = dlopen_ns(&dlns, libFileName.c_str(), openMode); in LoadLibFile()

Completed in 2 milliseconds