OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdout_pipe_read
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
subprocess.cc
76
HANDLE
stdout_pipe_read
;
local
82
if (!CreatePipe(&
stdout_pipe_read
, &stdout_pipe_write, NULL, 0)) {
131
child_stdout_ =
stdout_pipe_read
;
135
CloseHandleOrDie(
stdout_pipe_read
);
Completed in 172 milliseconds