Home
last modified time | relevance | path

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

/system/logging/liblog/tests/
Dliblog_test.cpp2061 char* strOut, size_t strOutLen) { in android_log_buffer_to_string() argument
2066 size_t origStrOutLen = strOutLen--; in android_log_buffer_to_string()
2078 if (strOutLen == 0) { in android_log_buffer_to_string()
2082 strOutLen--; in android_log_buffer_to_string()
2087 if (strOutLen == 0) { in android_log_buffer_to_string()
2091 strOutLen--; in android_log_buffer_to_string()
2101 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()
2102 if (outCount <= strOutLen) { in android_log_buffer_to_string()
2104 strOutLen -= outCount; in android_log_buffer_to_string()
2116 outCount = snprintf(strOut, strOutLen + 1, "%" PRId64, elem.data.int64); in android_log_buffer_to_string()
[all …]