Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.h32 const std::string WEBVIEW_RELATIVE_PATH_FOR_MOCK = "libs/arm64"; variable
35 const std::string WEBVIEW_RELATIVE_PATH_FOR_MOCK = "libs/x86_64"; variable
38 const std::string WEBVIEW_RELATIVE_PATH_FOR_MOCK = "libs/arm"; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_webview_bridge_helper.cpp35 libDirPath = bundlePath + "/" + WEBVIEW_RELATIVE_PATH_FOR_MOCK; in Init()
66 libFilePath = bundlePath + "/" + WEBVIEW_RELATIVE_PATH_FOR_MOCK + "/" + NWEB_LIB_FILE_NAME; in Init()