Searched refs:GetShell (Results 1 – 7 of 7) sorted by relevance
150 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo153 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
116 const char *GetShell();
78 const FileSpec &GetShell() const;
203 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
142 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
1062 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
2932 bool with_shell = !!launch_info.GetShell(); in Launch()