Home
last modified time | relevance | path

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

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