Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc66 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()
69 if (child_stdin_ != NULL) { in ~Subprocess()
70 CloseHandleOrDie(child_stdin_); in ~Subprocess()
135 child_stdin_ = stdin_pipe_write; in Start()
166 if (child_stdin_ != NULL) { in Communicate()
167 handles[handle_count++] = child_stdin_; in Communicate()
188 if (signaled_handle == child_stdin_) { in Communicate()
190 if (!WriteFile(child_stdin_, in Communicate()
203 CloseHandleOrDie(child_stdin_); in Communicate()
204 child_stdin_ = NULL; in Communicate()
[all …]
Dsubprocess.h90 HANDLE child_stdin_; variable
98 int child_stdin_;