Searched refs:filterExpression (Results 1 – 2 of 2) sorted by relevance
270 const char *filterExpression) in android_log_addFilterRule() argument275 tagNameLength = strcspn(filterExpression, ":"); in android_log_addFilterRule()281 if(filterExpression[tagNameLength] == ':') { in android_log_addFilterRule()282 pri = filterCharToPri(filterExpression[tagNameLength+1]); in android_log_addFilterRule()289 if(0 == strncmp("*", filterExpression, tagNameLength)) { in android_log_addFilterRule()316 tagName = strndup(filterExpression, tagNameLength); in android_log_addFilterRule()319 tagName = strdup(filterExpression); in android_log_addFilterRule()
82 const char *filterExpression);