Searched refs:URL_CFG_FILE (Results 1 – 3 of 3) sorted by relevance
31 const char *URL_CFG_FILE = "/system/etc/netdetectionurl.conf"; variable272 if (!std::filesystem::exists(URL_CFG_FILE)) { in load_query_addr()273 NETNATIVE_LOGE("File not exist (%{public}s)", URL_CFG_FILE); in load_query_addr()278 std::ifstream file(URL_CFG_FILE); in load_query_addr()
56 constexpr const char* URL_CFG_FILE = "/system/etc/netdetectionurl.conf"; variable271 if (!std::filesystem::exists(URL_CFG_FILE)) { in GetHttpProbeUrlFromConfig()272 NETMGR_LOG_E("File not exist (%{public}s)", URL_CFG_FILE); in GetHttpProbeUrlFromConfig()276 std::ifstream file(URL_CFG_FILE); in GetHttpProbeUrlFromConfig()
61 constexpr const char *URL_CFG_FILE = "/system/etc/netdetectionurl.conf"; variable1914 if (!std::filesystem::exists(URL_CFG_FILE)) { in GetHttpUrlFromConfig()1915 NETMGR_LOG_E("File not exist (%{public}s)", URL_CFG_FILE); in GetHttpUrlFromConfig()1919 std::ifstream file(URL_CFG_FILE); in GetHttpUrlFromConfig()