Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp2153 unsigned subtag_len = strlen(SUBTAG); in android_errorWriteWithInfoLog_helper() local
2154 if (subtag_len > 32) subtag_len = 32; in android_errorWriteWithInfoLog_helper()
2155 ASSERT_EQ(subtag_len, get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2158 if (memcmp(SUBTAG, eventData, subtag_len)) { in android_errorWriteWithInfoLog_helper()
2161 eventData += subtag_len; in android_errorWriteWithInfoLog_helper()