Searched refs:GetShell (Results 1 – 14 of 14) sorted by relevance
246 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo251 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
205 const char *SBPlatformShellCommand::GetShell() { in GetShell() function in SBPlatformShellCommand
173 const char *GetShell();
69 const char *GetShell();
75 const FileSpec &GetShell() const;
92 self.assertIn("/bin/zsh", sh_cmd.GetShell())
137 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
677 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
950 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
3468 bool with_shell = !!launch_info.GetShell(); in Attach()
1175 if (launch_info.GetShell() == FileSpec()) {
3486 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell() function in curses::ProcessLaunchFormDelegate 3536 GetShell(launch_info); in GetLaunchInfo()