Home
last modified time | relevance | path

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

/system/utest/stdio/
A Dutil.h15 int read_to_end(int fd, uint8_t** buf, size_t* buf_size);
A Dstdio.c115 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 Dutil.c34 int read_to_end(int fd, uint8_t** buf, size_t* buf_size) { in read_to_end() function

Completed in 3 milliseconds