Home
last modified time | relevance | path

Searched refs:shell_command (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/wificond/tests/
Dshell_utils.cpp59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand() argument
70 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()
Dshell_utils.h30 int RunShellCommand(const std::string& shell_command,