Home
last modified time | relevance | path

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

/system/utest/stdio/
A Dstdio.c91 ASSERT_EQ(stdio_pipe(stdin_fds, true), 0, "stdin pipe creation failed"); in stdio_launchpad_pipe_test()
92 ASSERT_EQ(stdio_pipe(stdout_fds, false), 0, "stdout pipe creation failed"); in stdio_launchpad_pipe_test()
93 ASSERT_EQ(stdio_pipe(stderr_fds, false), 0, "stderr pipe creation failed"); in stdio_launchpad_pipe_test()
A Dutil.h13 int stdio_pipe(int pipe_fds[2], bool readable);
A Dutil.c17 int stdio_pipe(int pipe_fds[2], bool readable) { in stdio_pipe() function

Completed in 5 milliseconds