Searched refs:m_stdout (Results 1 – 5 of 5) sorted by relevance
431 m_stdout(stdout_fd_arg), in child()443 if (m_stdout != -1) { in ~child()444 ::close(m_stdout); m_stdout = -1; in ~child()461 if (m_stdout != -1) { in wait()462 ::close(m_stdout); m_stdout = -1; in wait()482 return m_stdout; in stdout_fd()
227 int m_stdout; member in tools::process::child
293 atf_fs_path_t m_stdout; member317 err = atf_fs_path_init_fmt(&r->pimpl->m_stdout, "%s/stdout", in atf_check_result_init()331 atf_fs_path_fini(&r->pimpl->m_stdout); in atf_check_result_init()345 cleanup_tmpdir(&r->pimpl->m_dir, &r->pimpl->m_stdout, in atf_check_result_fini()347 atf_fs_path_fini(&r->pimpl->m_stdout); in atf_check_result_fini()359 return atf_fs_path_cstring(&r->pimpl->m_stdout); in atf_check_result_stdout()476 err = fork_and_wait(argv, &r->pimpl->m_stdout, &r->pimpl->m_stderr, in atf_check_exec_array()
255 c->m_stdout = -1; in atf_process_child_init()265 if (c->m_stdout != -1) in atf_process_child_fini()266 close(c->m_stdout); in atf_process_child_fini()297 PRE(c->m_stdout != -1); in atf_process_child_stdout()298 return c->m_stdout; in atf_process_child_stdout()407 parent_connect(outsp, &c->m_stdout); in do_parent()
103 int m_stdout; member