Searched refs:child_stdout_ (Results 1 – 2 of 2) sorted by relevance
78 child_stdout_(NULL) {} in Subprocess()84 if (child_stdout_ != NULL) { in ~Subprocess()85 CloseHandleOrDie(child_stdout_); in ~Subprocess()149 child_stdout_ = stdout_pipe_read; in Start()175 while (child_stdout_ != NULL) { in Communicate()182 if (child_stdout_ != NULL) { in Communicate()183 handles[handle_count++] = child_stdout_; in Communicate()217 } else if (signaled_handle == child_stdout_) { in Communicate()221 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) { in Communicate()223 CloseHandleOrDie(child_stdout_); in Communicate()[all …]
94 HANDLE child_stdout_; variable102 int child_stdout_;