Searched refs:child_stdout_ (Results 1 – 2 of 2) sorted by relevance
66 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()72 if (child_stdout_ != NULL) { in ~Subprocess()73 CloseHandleOrDie(child_stdout_); in ~Subprocess()136 child_stdout_ = stdout_pipe_read; in Start()162 while (child_stdout_ != NULL) { in Communicate()169 if (child_stdout_ != NULL) { in Communicate()170 handles[handle_count++] = child_stdout_; in Communicate()206 } else if (signaled_handle == child_stdout_) { in Communicate()210 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) { in Communicate()212 CloseHandleOrDie(child_stdout_); in Communicate()[all …]
91 HANDLE child_stdout_; variable99 int child_stdout_;