Home
last modified time | relevance | path

Searched refs:arkWebCoreHapPathOverride (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.cpp142 std::string GetArkWebHapPath(const std::string& arkWebCoreHapPathOverride, in GetArkWebHapPath() argument
146 if (access(arkWebCoreHapPathOverride.c_str(), F_OK) == 0) { in GetArkWebHapPath()
147 std::string sandboxPath = convertToSandboxPath(arkWebCoreHapPathOverride, prefixPath); in GetArkWebHapPath()
186 std::string GetNWebHapPath(const std::string& arkWebCoreHapPathOverride) in GetNWebHapPath() argument
189 std::string arkWebHapPath = GetArkWebHapPath(arkWebCoreHapPathOverride, errorMessage); in GetNWebHapPath()
195 if (access(arkWebCoreHapPathOverride.c_str(), F_OK) == 0) { in GetNWebHapPath()
197 std::string sandboxPath = convertToSandboxPath(arkWebCoreHapPathOverride, prefixPath); in GetNWebHapPath()