Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp203 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess() local
209 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) || in StartSymbolizerSubprocess()
217 if (!SetHandleInformation(stdin_write.get(), HANDLE_FLAG_INHERIT, 0) || in StartSymbolizerSubprocess()
267 output_fd_ = stdin_write.release(); in StartSymbolizerSubprocess()