Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp32 const std::string WEB_CONFIG_PATH = "etc/web/web_config.xml"; variable
208 CfgFiles* cfgFiles = GetCfgFiles(WEB_CONFIG_PATH.c_str()); in ParseConfig()
209 std::string defaultConfigPath = "/system/" + WEB_CONFIG_PATH; in ParseConfig()