OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_buf_lines
(Results
1 - 1
of
1
) sorted by null
/system/core/logwrapper/
logwrap.c
191
static void
print_buf_lines
(struct log_info *log_info, char *buf, int buf_size)
function
258
print_buf_lines
(log_info, a_buf->b_buf.buf, a_buf->b_buf.used_len);
274
* and then cal
print_buf_lines
on it */
277
print_buf_lines
(log_info, a_buf->e_buf.buf + a_buf->e_buf.read,
282
* 1 byte of space available as required by
print_buf_lines
().
292
print_buf_lines
(log_info, nbuf, first_chunk_len + a_buf->e_buf.write);
Completed in 42 milliseconds