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