OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdin_write
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc
172
ScopedHandle stdin_read,
stdin_write
;
local
178
if (!::CreatePipe(stdin_read.receive(),
stdin_write
.receive(), &attrs, 0) ||
186
if (!SetHandleInformation(
stdin_write
.get(), HANDLE_FLAG_INHERIT, 0) ||
236
output_fd_ =
stdin_write
.release();
Completed in 201 milliseconds