Home
last modified time | relevance | path

Searched defs:configFilePath (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/test/unittest/nweb_config_helper_test/
Dnweb_config_helper_test.cpp87 std::string configFilePath = "nonexistent.xml"; variable
100 std::string configFilePath = "valid_orientation.xml"; variable
/base/web/webview/ohos_nweb/src/
Dnweb_config_helper.cpp330 void NWebConfigHelper::ParseWebConfigXml(const std::string& configFilePath, in ParseWebConfigXml()