Home
last modified time | relevance | path

Searched defs:libDirPath (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_bridge_helper.cpp45 std::string libDirPath = baseDir + "/" + RELATIVE_PATH_FOR_MOCK; in InitArkWeb() local
60 std::string libDirPath = GetDirPath(runMode, baseDir); in Init() local
/base/web/webview/ohos_interface/ohos_glue/base/bridge/
Dark_web_bridge_helper.cpp47 …WebBridgeHelper::LoadLibFile(int mode, const std::string& libNsName, const std::string& libDirPath, in LoadLibFile()