Searched refs:WEBVIEW_RELATIVE_PATH_FOR_BUNDLE (Results 1 – 3 of 3) sorted by relevance
33 const std::string WEBVIEW_RELATIVE_PATH_FOR_BUNDLE = "arkwebcore/libs/arm64"; variable36 const std::string WEBVIEW_RELATIVE_PATH_FOR_BUNDLE = "arkwebcore/libs/x86_64"; variable39 const std::string WEBVIEW_RELATIVE_PATH_FOR_BUNDLE = "arkwebcore/libs/arm"; variable
33 libDirPath = bundlePath + "/" + WEBVIEW_RELATIVE_PATH_FOR_BUNDLE; in Init()64 … libFilePath = bundlePath + "/" + WEBVIEW_RELATIVE_PATH_FOR_BUNDLE + "/" + NWEB_LIB_FILE_NAME; in Init()
33 std::string libDirPath = WEBVIEW_RELATIVE_PATH_FOR_BUNDLE; in Init()