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()44 m_file_actions(), m_pty(new PseudoTerminal), in ProcessLaunchInfo()222 if (llvm::Error Err = m_pty->OpenFirstAvailablePrimary(open_flags)) in SetUpPtyRedirection()225 const FileSpec secondary_file_spec(m_pty->GetSecondaryName()); in SetUpPtyRedirection()
122 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY()175 std::shared_ptr<PseudoTerminal> m_pty; variable