Searched refs:SetUpPtyRedirection (Results 1 – 4 of 4) sorted by relevance
56 llvm::Error SetUpPtyRedirection();
213 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
254 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()
3276 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()