Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.cpp100 struct abbr_buf a_buf; member
104 static void add_line_to_abbr_buf(struct abbr_buf* a_buf, char* linebuf, int linelen);
174 add_line_to_abbr_buf(&log_info->a_buf, line, len); in log_line()
214 static void init_abbr_buf(struct abbr_buf* a_buf) { in init_abbr_buf() argument
217 memset(a_buf, 0, sizeof(struct abbr_buf)); in init_abbr_buf()
220 a_buf->b_buf.buf = new_buf; in init_abbr_buf()
221 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()
222 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1; in init_abbr_buf()
226 a_buf->e_buf.buf = new_buf; in init_abbr_buf()
227 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE; in init_abbr_buf()
[all …]