Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc172 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess() local
178 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) || in StartSymbolizerSubprocess()
186 if (!SetHandleInformation(stdin_write.get(), HANDLE_FLAG_INHERIT, 0) || in StartSymbolizerSubprocess()
236 output_fd_ = stdin_write.release(); in StartSymbolizerSubprocess()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cpp202 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess() local
208 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) || in StartSymbolizerSubprocess()
216 if (!SetHandleInformation(stdin_write.get(), HANDLE_FLAG_INHERIT, 0) || in StartSymbolizerSubprocess()
266 output_fd_ = stdin_write.release(); in StartSymbolizerSubprocess()