Searched refs:stdin_write (Results 1 – 1 of 1) sorted by relevance
203 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess() local209 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()