Searched refs:tagNameLength (Results 1 – 1 of 1) sorted by relevance
272 size_t tagNameLength; in android_log_addFilterRule() local275 tagNameLength = strcspn(filterExpression, ":"); in android_log_addFilterRule()277 if (tagNameLength == 0) { 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()320 tagName[tagNameLength] = '\0'; in android_log_addFilterRule()