Searched refs:m_pty (Results 1 – 2 of 2) sorted by relevance
34 m_file_actions(), m_pty(new PseudoTerminal), m_monitor_callback(nullptr) { in ProcessLaunchInfo()43 m_file_actions(), m_pty(new PseudoTerminal) { in ProcessLaunchInfo()218 if (llvm::Error Err = m_pty->OpenFirstAvailablePrimary(open_flags)) in SetUpPtyRedirection()221 const FileSpec secondary_file_spec(m_pty->GetSecondaryName()); in SetUpPtyRedirection()
121 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY()139 std::shared_ptr<PseudoTerminal> m_pty; variable