Home
last modified time | relevance | path

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

/system/extras/pagecache/
Dpagecache.py181 def construct_adb_shell_command(shell_args, device_serial): argument
182 adb_command = ['adb', 'shell', ' '.join(shell_args)]
187 def run_adb_shell(shell_args, device_serial): argument
198 adb_command = AdbUtils.construct_adb_shell_command(shell_args, device_serial)
/system/core/adb/
Dtest_device.py275 def _interactive_shell(self, shell_args, input): argument
292 self.device.adb_cmd + ['shell'] + shell_args,