Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlogprint.h93 const char* filterExpression);
/system/core/liblog/
Dlogprint.c375 const char* filterExpression) { in android_log_addFilterRule() argument
379 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()