Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c1885 int fds_stdin[2]; in TEST_IMPL() local
1907 ASSERT_OK(uv_pipe(fds_stdin, 0, 0)); in TEST_IMPL()
1910 ASSERT_OK(uv_pipe_open(&pipe_stdin_child, fds_stdin[0])); in TEST_IMPL()
1912 ASSERT_OK(uv_pipe_open(&pipe_stdin_parent, fds_stdin[1])); in TEST_IMPL()

Completed in 7 milliseconds