Searched refs:SetShell (Results 1 – 11 of 11) sorted by relevance
130 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()132 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
101 SetShell (const char * path);
68 SetShell(const char *shell_interpreter);
252 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo255 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
209 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell() function in SBPlatformShellCommand
148 void SetShell(const char *path);
67 void SetShell(const char *shell);
78 void SetShell(const FileSpec &shell);
141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
421 launch_info.SetShell(shell); in RunShellCommand()
3491 launch_info.SetShell(m_shell_field->GetResolvedFileSpec()); in GetShell()