Searched defs:shell_command (Results 1 – 2 of 2) sorted by relevance
31 def run(shell_command, echo=True): argument
59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand()