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.cc61 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()
64 if (child_stdin_ != NULL) { in ~Subprocess()
65 CloseHandleOrDie(child_stdin_); in ~Subprocess()
130 child_stdin_ = stdin_pipe_write; in Start()
161 if (child_stdin_ != NULL) { in Communicate()
162 handles[handle_count++] = child_stdin_; in Communicate()
183 if (signaled_handle == child_stdin_) { in Communicate()
185 if (!WriteFile(child_stdin_, in Communicate()
198 CloseHandleOrDie(child_stdin_); in Communicate()
199 child_stdin_ = NULL; in Communicate()
[all …]
Dsubprocess.h89 HANDLE child_stdin_; variable
97 int child_stdin_;