Home
last modified time | relevance | path

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

/system/core/logwrapper/
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) { 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/
Dbinder_test.cpp103 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()