Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp300 std::string nwebHapPath = GetNWebHapPath(arkWebCoreHapPathOverride_); in Init() local
301 if (!nwebHapPath.empty()) { in Init()
302 sysExtractor_ = ExtractorUtil::GetExtractor(nwebHapPath, newCreate); in Init()
304 WVLOG_E("RuntimeExtractor create failed for %{public}s", nwebHapPath.c_str()); in Init()