Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp821 static const std::regex IP_RE(COUNTERS); in addForwardChainStats() local
840 if (!std::regex_search(line, matches, IP_RE)) return -EREMOTEIO; in addForwardChainStats()