Searched refs:SetUpPtyRedirection (Results 1 – 4 of 4) sorted by relevance
55 llvm::Error SetUpPtyRedirection();
210 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
232 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()
3215 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()