Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp2406 char* strOut, size_t strOutLen) { in android_log_buffer_to_string() argument
2411 size_t origStrOutLen = strOutLen--; in android_log_buffer_to_string()
2425 if (strOutLen == 0) { in android_log_buffer_to_string()
2429 strOutLen--; in android_log_buffer_to_string()
2434 if (strOutLen == 0) { in android_log_buffer_to_string()
2438 strOutLen--; in android_log_buffer_to_string()
2448 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()
2449 if (outCount <= strOutLen) { in android_log_buffer_to_string()
2451 strOutLen -= outCount; in android_log_buffer_to_string()
2463 outCount = snprintf(strOut, strOutLen + 1, "%" PRId64, elem.data.int64); in android_log_buffer_to_string()
[all …]