Searched refs:print_buf_lines (Results 1 - 1 of 1) sorted by relevance

/system/core/logwrapper/
H A Dlogwrap.c188 static void print_buf_lines(struct log_info *log_info, char *buf, int buf_size) function
254 print_buf_lines(log_info, a_buf->b_buf.buf, a_buf->b_buf.used_len);
270 * and then cal print_buf_lines on it */
273 print_buf_lines(log_info, a_buf->e_buf.buf + a_buf->e_buf.read,
278 * 1 byte of space available as required by print_buf_lines().
288 print_buf_lines(log_info, nbuf, first_chunk_len + a_buf->e_buf.write);

Completed in 374 milliseconds