Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogprint.h88 const char *filterExpression);
/system/core/liblog/
Dlogprint.c349 const char *filterExpression) in android_log_addFilterRule() argument
354 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()