Searched refs:linelen (Results 1 – 2 of 2) sorted by relevance
/system/core/logwrapper/ |
D | logwrap.c | 101 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) { in add_line_to_abbr_buf() argument 242 add_line_to_linear_buf(&a_buf->b_buf, linebuf, linelen); in add_line_to_abbr_buf() 245 add_line_to_circular_buf(&a_buf->e_buf, linebuf, linelen); in add_line_to_abbr_buf()
|
/system/netd/tests/ |
D | binder_test.cpp | 103 ssize_t linelen = 0; in runCommand() local 104 while ((linelen = getline(&line, &bufsize, f)) >= 0) { in runCommand() 105 lines.push_back(std::string(line, linelen)); in runCommand()
|