Searched defs:linebuf (Results 1 - 1 of 1) sorted by relevance

/system/core/logwrapper/
H A Dlogwrap.c101 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);
239 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen) { argument
242 add_line_to_linear_buf(&a_buf->b_buf, linebuf, linelen);
245 add_line_to_circular_buf(&a_buf->e_buf, linebuf, linelen);

Completed in 53 milliseconds