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.cc78 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 …]
Dsubprocess.h92 HANDLE child_stdout_; variable
100 int child_stdout_;