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

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

Completed in 198 milliseconds