Searched refs:filterExpression (Results 1 – 2 of 2) sorted by relevance
88 const char *filterExpression);
349 const char *filterExpression) in android_log_addFilterRule() argument354 tagNameLength = strcspn(filterExpression, ":"); in android_log_addFilterRule()360 if(filterExpression[tagNameLength] == ':') { in android_log_addFilterRule()361 pri = filterCharToPri(filterExpression[tagNameLength+1]); in android_log_addFilterRule()368 if(0 == strncmp("*", filterExpression, tagNameLength)) { in android_log_addFilterRule()395 tagName = strndup(filterExpression, tagNameLength); in android_log_addFilterRule()398 tagName = strdup(filterExpression); in android_log_addFilterRule()