Home
last modified time | relevance | path

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

/system/netd/netutils_wrappers/
DNetUtilsWrapper-1.0.cpp53 const char *EXPECTED_REGEXPS[] = { variable
91 for (size_t i = 0; i < ARRAY_SIZE(EXPECTED_REGEXPS); i++) { in checkExpectedCommand()
92 const std::regex expectedRegexp(EXPECTED_REGEXPS[i], std::regex_constants::extended); in checkExpectedCommand()