Searched refs:linelen (Results 1 – 3 of 3) sorted by relevance
/system/hardware/interfaces/net/netd/testutils/ |
D | VtsHalNetNetdTestUtils.cpp | 58 ssize_t linelen = 0; in runCommand() local 59 while ((linelen = getline(&line, &bufsize, f)) >= 0) { in runCommand() 60 lines.push_back(std::string(line, linelen)); in runCommand()
|
/system/core/logwrapper/ |
D | logwrap.c | 100 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen); 238 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen) { in add_line_to_abbr_buf() argument 241 add_line_to_linear_buf(&a_buf->b_buf, linebuf, linelen); in add_line_to_abbr_buf() 244 add_line_to_circular_buf(&a_buf->e_buf, linebuf, linelen); in add_line_to_abbr_buf()
|
/system/netd/tests/ |
D | binder_test.cpp | 201 ssize_t linelen = 0; in runCommand() local 202 while ((linelen = getline(&line, &bufsize, f)) >= 0) { in runCommand() 203 lines.push_back(std::string(line, linelen)); in runCommand()
|