Searched defs:filterExpression (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dlogprint.c226 * filterExpression: a single filter expression
235 const char *filterExpression)
241 tagNameLength = strcspn(filterExpression, ":");
247 if(filterExpression[tagNameLength] == ':') {
248 pri = filterCharToPri(filterExpression[tagNameLength+1]);
255 if(0 == strncmp("*", filterExpression, tagNameLength)) {
276 tagName = strndup(filterExpression, tagNameLength);
279 tagName = strdup(filterExpression);
234 android_log_addFilterRule(AndroidLogFormat *p_format, const char *filterExpression) argument

Completed in 4 milliseconds