Lines Matching refs:stdout_file
324 unlink("stdout_file");
328 r = uv_fs_open(NULL, &fs_req, "stdout_file", UV_FS_O_CREAT | UV_FS_O_RDWR,
363 unlink("stdout_file");
378 unlink("stdout_file");
382 r = uv_fs_open(NULL, &fs_req, "stdout_file", UV_FS_O_CREAT | UV_FS_O_RDWR,
419 unlink("stdout_file");
435 unlink("stdout_file");
442 "stdout_file",
481 unlink("stdout_file");
494 uv_file stdout_file;
501 unlink("stdout_file");
506 /* open 'stdout_file' and replace STDOUT_FILENO with it */
509 "stdout_file",
515 stdout_file = dup2(r, STDOUT_FILENO);
516 ASSERT_NE(stdout_file, -1);
533 options.stdio[2].data.fd = stdout_file;
547 /* check the content of stdout_file */
548 r = uv_fs_read(NULL, &fs_req, stdout_file, &buf, 1, 0, NULL);
552 r = uv_fs_close(NULL, &fs_req, stdout_file, NULL);
572 unlink("stdout_file");