Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dsubprocess.cc80 HANDLE stdin_pipe_write; in Start() local
84 if (!CreatePipe(&stdin_pipe_read, &stdin_pipe_write, NULL, 0)) { in Start()
135 child_stdin_ = stdin_pipe_write; in Start()
139 CloseHandleOrDie(stdin_pipe_write); in Start()