Searched refs:child_stdout_ (Results 1 – 2 of 2) sorted by relevance
64 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()70 if (child_stdout_ != NULL) { in ~Subprocess()71 CloseHandleOrDie(child_stdout_); in ~Subprocess()134 child_stdout_ = stdout_pipe_read; in Start()160 while (child_stdout_ != NULL) { in Communicate()167 if (child_stdout_ != NULL) { in Communicate()168 handles[handle_count++] = child_stdout_; in Communicate()204 } else if (signaled_handle == child_stdout_) { in Communicate()208 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) { in Communicate()210 CloseHandleOrDie(child_stdout_); in Communicate()[all …]
91 HANDLE child_stdout_; variable99 int child_stdout_;