Searched refs:execute_arbitrary_command (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/startop/scripts/lib/ |
D | cmd_utils.py | 36 passed, out = execute_arbitrary_command(cmd, **my_kwargs) 79 return execute_arbitrary_command([cmd], 84 def execute_arbitrary_command(cmd: List[str], function
|
/frameworks/base/startop/scripts/trace_analyzer/ |
D | trace_analyzer_test.py | 48 passed, output = cmd_utils.execute_arbitrary_command([bin, systrace,
|
/frameworks/base/startop/scripts/app_startup/ |
D | query_compiler_filter.py | 79 code, res = cmd_utils.execute_arbitrary_command(['adb', 'shell', 'dumpsys',
|
D | app_startup_runner.py | 281 cmd_utils.execute_arbitrary_command([_UNLOCK_SCREEN_SCRIPT],
|