Searched refs:strOutLen (Results 1 – 1 of 1) sorted by relevance
2065 char* strOut, size_t strOutLen) { in android_log_buffer_to_string() argument2070 size_t origStrOutLen = strOutLen--; in android_log_buffer_to_string()2084 if (strOutLen == 0) { in android_log_buffer_to_string()2088 strOutLen--; in android_log_buffer_to_string()2093 if (strOutLen == 0) { in android_log_buffer_to_string()2097 strOutLen--; in android_log_buffer_to_string()2107 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()2108 if (outCount <= strOutLen) { in android_log_buffer_to_string()2110 strOutLen -= outCount; in android_log_buffer_to_string()2122 outCount = snprintf(strOut, strOutLen + 1, "%" PRId64, elem.data.int64); in android_log_buffer_to_string()[all …]