Searched refs:filterExpression (Results 1 – 2 of 2) sorted by relevance
93 const char* filterExpression);
375 const char* filterExpression) { in android_log_addFilterRule() argument379 tagNameLength = strcspn(filterExpression, ":"); in android_log_addFilterRule()385 if (filterExpression[tagNameLength] == ':') { in android_log_addFilterRule()386 pri = filterCharToPri(filterExpression[tagNameLength + 1]); in android_log_addFilterRule()393 if (0 == strncmp("*", filterExpression, tagNameLength)) { in android_log_addFilterRule()420 tagName = strndup(filterExpression, tagNameLength); in android_log_addFilterRule()423 tagName = strdup(filterExpression); in android_log_addFilterRule()