Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.c83 struct abbr_buf { struct
96 struct abbr_buf a_buf; argument
100 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);
215 static void init_abbr_buf(struct abbr_buf *a_buf) { in init_abbr_buf()
218 memset(a_buf, 0, sizeof(struct abbr_buf)); in init_abbr_buf()
233 static void free_abbr_buf(struct abbr_buf *a_buf) { in free_abbr_buf()
238 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen) { in add_line_to_abbr_buf()
249 struct abbr_buf *a_buf = &log_info->a_buf; in print_abbr_buf()