Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_info_reader.cc47 const char kSourcePortTag[] = "sport="; variable
212 if (base::StartsWith(input, kSourcePortTag, in ParsePort()
215 port_string = input.substr(strlen(kSourcePortTag)); in ParsePort()