Searched defs:shell_command (Results 1 – 2 of 2) sorted by relevance
164 const char *shell_command) in SBPlatformShellCommand()169 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()226 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()542 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
259 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local