Searched refs:read_to_end (Results 1 – 3 of 3) sorted by relevance
| /system/utest/stdio/ |
| A D | util.h | 15 int read_to_end(int fd, uint8_t** buf, size_t* buf_size);
|
| A D | stdio.c | 115 ASSERT_GE(read_to_end(stdout_fds[0], &out, &out_size), 0, "reading stdout failed"); in stdio_launchpad_pipe_test() 116 ASSERT_GE(read_to_end(stderr_fds[0], &err, &err_size), 0, "reading stderr failed"); in stdio_launchpad_pipe_test()
|
| A D | util.c | 34 int read_to_end(int fd, uint8_t** buf, size_t* buf_size) { in read_to_end() function
|
Completed in 3 milliseconds