Searched refs:SetUpPtyRedirection (Results 1 – 4 of 4) sorted by relevance
58 llvm::Error SetUpPtyRedirection();
208 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
3126 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()
222 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()