Searched defs:shell_command (Results 1 – 2 of 2) sorted by relevance
178 const char *shell_command) in SBPlatformShellCommand()184 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()247 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()580 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
267 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local