Searched refs:shell_command (Results 1 – 2 of 2) sorted by relevance
59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand() argument70 LOG(FATAL) << "Failed to fork child for shell command: " << shell_command; in RunShellCommand()79 execl(kShellPath, "sh", "-c", shell_command.c_str(), nullptr); in RunShellCommand()
30 int RunShellCommand(const std::string& shell_command,