Searched refs:tagNameLength (Results 1 – 1 of 1) sorted by relevance
238 size_t tagNameLength; in android_log_addFilterRule() local241 tagNameLength = strcspn(filterExpression, ":"); in android_log_addFilterRule()243 if (tagNameLength == 0) { in android_log_addFilterRule()247 if(filterExpression[tagNameLength] == ':') { in android_log_addFilterRule()248 pri = filterCharToPri(filterExpression[tagNameLength+1]); in android_log_addFilterRule()255 if(0 == strncmp("*", filterExpression, tagNameLength)) { in android_log_addFilterRule()276 tagName = strndup(filterExpression, tagNameLength); in android_log_addFilterRule()280 tagName[tagNameLength] = '\0'; in android_log_addFilterRule()