Lines Matching refs:SBPlatformShellCommand
169 SBPlatformShellCommand::SBPlatformShellCommand (const char *shell_command) : in SBPlatformShellCommand() function in SBPlatformShellCommand
174 SBPlatformShellCommand::SBPlatformShellCommand (const SBPlatformShellCommand &rhs) : in SBPlatformShellCommand() function in SBPlatformShellCommand
180 SBPlatformShellCommand::~SBPlatformShellCommand() in ~SBPlatformShellCommand()
186 SBPlatformShellCommand::Clear() in Clear()
194 SBPlatformShellCommand::GetCommand() in GetCommand()
202 SBPlatformShellCommand::SetCommand(const char *shell_command) in SetCommand()
211 SBPlatformShellCommand::GetWorkingDirectory () in GetWorkingDirectory()
219 SBPlatformShellCommand::SetWorkingDirectory (const char *path) in SetWorkingDirectory()
228 SBPlatformShellCommand::GetTimeoutSeconds () in GetTimeoutSeconds()
234 SBPlatformShellCommand::SetTimeoutSeconds (uint32_t sec) in SetTimeoutSeconds()
240 SBPlatformShellCommand::GetSignal () in GetSignal()
246 SBPlatformShellCommand::GetStatus () in GetStatus()
252 SBPlatformShellCommand::GetOutput () in GetOutput()
544 SBPlatform::Run (SBPlatformShellCommand &shell_command) in Run()