Searched defs:shell_command (Results 1 – 2 of 2) sorted by relevance
168 const char *shell_command) in SBPlatformShellCommand()173 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()230 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()546 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
255 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local