Lines Matching defs:SBPlatformShellCommand
166 // SBPlatformShellCommand
167 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter,
173 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command)
178 SBPlatformShellCommand::SBPlatformShellCommand(
179 const SBPlatformShellCommand &rhs)
186 SBPlatformShellCommand &
187 SBPlatformShellCommand::operator=(const SBPlatformShellCommand &rhs) {
195 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; }
197 void SBPlatformShellCommand::Clear() {
205 const char *SBPlatformShellCommand::GetShell() {
213 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) {
222 const char *SBPlatformShellCommand::GetCommand() {
230 void SBPlatformShellCommand::SetCommand(const char *shell_command) {
239 const char *SBPlatformShellCommand::GetWorkingDirectory() {
247 void SBPlatformShellCommand::SetWorkingDirectory(const char *path) {
256 uint32_t SBPlatformShellCommand::GetTimeoutSeconds() {
264 void SBPlatformShellCommand::SetTimeoutSeconds(uint32_t sec) {
273 int SBPlatformShellCommand::GetSignal() {
279 int SBPlatformShellCommand::GetStatus() {
285 const char *SBPlatformShellCommand::GetOutput() {
544 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) {