Home
last modified time | relevance | path

Searched defs:shell_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/pagecache/
H A Dpagecache.py181 def construct_adb_shell_command(shell_args, device_serial): argument
187 def run_adb_shell(shell_args, device_serial): argument
/aosp_15_r20/external/chromium-trace/catapult/systrace/systrace/
H A Dutil.py31 def run_adb_shell(shell_args, device_serial): argument
/aosp_15_r20/external/libcap/contrib/sucap/
H A Dsu.c1363 const char * const * shell_args; in perform_launch_and_cleanup() local
/aosp_15_r20/packages/modules/adb/
Dtest_device.py259 def _interactive_shell(self, shell_args, input): argument