Home
last modified time | relevance | path

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

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