Home
last modified time | relevance | path

Searched refs:linebuf (Results 1 – 1 of 1) sorted by relevance

/system/logging/logwrapper/
Dlogwrap.cpp104 static void add_line_to_abbr_buf(struct abbr_buf* a_buf, char* linebuf, int linelen);
237 static void add_line_to_abbr_buf(struct abbr_buf* a_buf, char* linebuf, int linelen) { in add_line_to_abbr_buf() argument
239 a_buf->beginning_buf_full = add_line_to_linear_buf(&a_buf->b_buf, linebuf, linelen); in add_line_to_abbr_buf()
242 add_line_to_circular_buf(&a_buf->e_buf, linebuf, linelen); in add_line_to_abbr_buf()