Searched refs:SetShell (Results 1 – 6 of 6) sorted by relevance
157 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo158 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
118 void SetShell(const char *path);
80 void SetShell(const FileSpec &shell);
144 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
514 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()516 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
484 launch_info.SetShell(HostInfo::GetDefaultShell()); in RunShellCommand()