Searched refs:atf_process_child_stdout (Results 1 – 4 of 4) sorted by relevance
106 int atf_process_child_stdout(atf_process_child_t *);
139 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()725 ATF_CHECK_EQ(read(atf_process_child_stdout(&child), &pid, sizeof(pid)), in ATF_TC_BODY()849 ATF_REQUIRE(read(atf_process_child_stdout(&child), buf, in ATF_TC_BODY()
292 atf_process_child_stdout(atf_process_child_t *c) in atf_process_child_stdout() function
324 return atf_process_child_stdout(&m_child); in stdout_fd()