Searched refs:SBPlatformShellCommand (Results 1 – 2 of 2) sorted by relevance
140 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand143 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand144 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()149 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()151 void SBPlatformShellCommand::Clear() { in Clear()157 const char *SBPlatformShellCommand::GetCommand() { in GetCommand()170 const char *SBPlatformShellCommand::GetWorkingDirectory() { in GetWorkingDirectory()183 uint32_t SBPlatformShellCommand::GetTimeoutSeconds() { in GetTimeoutSeconds()189 void SBPlatformShellCommand::SetTimeoutSeconds(uint32_t sec) { in SetTimeoutSeconds()200 const char *SBPlatformShellCommand::GetOutput() { in GetOutput()[all …]
53 class LLDB_API SBPlatformShellCommand {55 SBPlatformShellCommand(const char *shell_command);57 SBPlatformShellCommand(const SBPlatformShellCommand &rhs);59 ~SBPlatformShellCommand();134 SBError Run(SBPlatformShellCommand &shell_command);