HomeSort by relevance Sort by last modified time
    Searched full:print_buf_lines (Results 1 - 1 of 1) sorted by null

  /system/core/logwrapper/
logwrap.c 186 static void print_buf_lines(struct log_info *log_info, char *buf, int buf_size) function
253 print_buf_lines(log_info, a_buf->b_buf.buf, a_buf->b_buf.used_len);
269 * and then cal print_buf_lines on it */
272 print_buf_lines(log_info, a_buf->e_buf.buf + a_buf->e_buf.read,
277 * 1 byte of space available as required by print_buf_lines().
287 print_buf_lines(log_info, nbuf, first_chunk_len + a_buf->e_buf.write);

Completed in 37 milliseconds