Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc710 int regcomp_error = regcomp(&filter_regex, in FilterMatches() local
713 if (regcomp_error) { in FilterMatches()
716 << GetRegError(regcomp_error, &filter_regex) << ". "; in FilterMatches()
728 error_string = GetRegError(regcomp_error, &filter_regex); in FilterMatches()