Home
last modified time | relevance | path

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

/frameworks/base/services/tests/
Druntests.py31 def run(shell_command, echo=True): argument
35 echo if isinstance(echo, str) else shell_command,
37 return subprocess.check_call(shell_command, shell=True)