Searched defs:stdin_pipe_read (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc79 HANDLE stdin_pipe_read; local
84 if (!CreatePipe(&stdin_pipe_read, &stdin_pipe_write, NULL, 0)) {
92 if (!SetHandleInformation(stdin_pipe_read,
108 startup_info.hStdInput = stdin_pipe_read;
143 CloseHandleOrDie(stdin_pipe_read);

Completed in 101 milliseconds