Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp2091 int DATA_LEN, int& count) { in android_errorWriteWithInfoLog_helper() argument
2105 android_errorWriteWithInfoLog(TAG, SUBTAG, UID, payload, DATA_LEN); in android_errorWriteWithInfoLog_helper()
2176 if (DATA_LEN < 512) ASSERT_EQ(DATA_LEN, (int)dataLen); in android_errorWriteWithInfoLog_helper()
2182 if (DATA_LEN >= 512) { in android_errorWriteWithInfoLog_helper()
2186 ASSERT_GT(4 + DATA_LEN, eventData - original); // must be truncated in android_errorWriteWithInfoLog_helper()