Searched refs:child_stdout_ (Results 1 – 2 of 2) sorted by relevance
61 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()67 if (child_stdout_ != NULL) { in ~Subprocess()68 CloseHandleOrDie(child_stdout_); in ~Subprocess()131 child_stdout_ = stdout_pipe_read; in Start()157 while (child_stdout_ != NULL) { in Communicate()164 if (child_stdout_ != NULL) { in Communicate()165 handles[handle_count++] = child_stdout_; in Communicate()201 } else if (signaled_handle == child_stdout_) { in Communicate()205 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) { in Communicate()207 CloseHandleOrDie(child_stdout_); in Communicate()[all …]
90 HANDLE child_stdout_; variable98 int child_stdout_;