Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/
H A Druntests.py31 def run(shell_command, echo=True): argument
/aosp12/system/connectivity/wificond/tests/
H A Dshell_utils.cpp59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand()