Home
last modified time | relevance | path

Searched refs:child_stdout_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc64 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 …]
Dsubprocess.h91 HANDLE child_stdout_; variable
99 int child_stdout_;