Searched refs:SetShell (Results 1 – 10 of 10) sorted by relevance
132 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue() 134 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
255 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo258 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
213 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell() function in SBPlatformShellCommand
175 void SetShell(const char *path);
71 void SetShell(const char *shell);
77 void SetShell(const FileSpec &shell);
96 sh_cmd.SetShell(self.getBuildArtifact("a.out"))
139 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
434 launch_info.SetShell(shell); in RunShellCommand()
3490 launch_info.SetShell(m_shell_field->GetResolvedFileSpec()); in GetShell()