Home
last modified time | relevance | path

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

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