Searched refs:stdin_fds (Results 1 – 1 of 1) sorted by relevance
87 int stdin_fds[2]; in stdio_launchpad_pipe_test() local91 ASSERT_EQ(stdio_pipe(stdin_fds, true), 0, "stdin pipe creation failed"); in stdio_launchpad_pipe_test()96 ASSERT_EQ(launchpad_transfer_fd(lp, stdin_fds[1], 0), ZX_OK, in stdio_launchpad_pipe_test()124 close(stdin_fds[0]); in stdio_launchpad_pipe_test()
Completed in 2 milliseconds