Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_configuration.cpp160 std::regex str_regex(*iter); in MatchesDownstreamRegexs() local
161 if (std::regex_match(iface.c_str(), str_regex)) { in MatchesDownstreamRegexs()