Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c495 uv_file stderr_file; in TEST_IMPL() local
523 stderr_file = dup2(r, STDERR_FILENO); in TEST_IMPL()
524 ASSERT_NE(stderr_file, -1); in TEST_IMPL()
531 options.stdio[1].data.fd = stderr_file; in TEST_IMPL()
560 r = uv_fs_read(NULL, &fs_req, stderr_file, &buf, 1, 0, NULL); in TEST_IMPL()
564 r = uv_fs_close(NULL, &fs_req, stderr_file, NULL); in TEST_IMPL()

Completed in 7 milliseconds