Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.h33 const std::string WEBVIEW_RELATIVE_PATH_FOR_BUNDLE = "arkwebcore/libs/arm64"; variable
36 const std::string WEBVIEW_RELATIVE_PATH_FOR_BUNDLE = "arkwebcore/libs/x86_64"; variable
39 const std::string WEBVIEW_RELATIVE_PATH_FOR_BUNDLE = "arkwebcore/libs/arm"; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_webview_bridge_helper.cpp33 libDirPath = bundlePath + "/" + WEBVIEW_RELATIVE_PATH_FOR_BUNDLE; in Init()
64 … libFilePath = bundlePath + "/" + WEBVIEW_RELATIVE_PATH_FOR_BUNDLE + "/" + NWEB_LIB_FILE_NAME; in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_web_adapter_webview_bridge_helper.cpp33 std::string libDirPath = WEBVIEW_RELATIVE_PATH_FOR_BUNDLE; in Init()