Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/build/android/
H A Dadb_logcat_monitor.py41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument
66 def GetAttachedDevices(adb_cmd): argument
96 def main(base_dir, adb_cmd='adb'): argument
/aosp_15_r20/external/angle/build/android/
H A Dadb_logcat_monitor.py41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument
66 def GetAttachedDevices(adb_cmd): argument
96 def main(base_dir, adb_cmd='adb'): argument
/aosp_15_r20/tools/asuite/adevice/src/
H A Dcommands.rs88 let adb_cmd = |action| AdbCommand::from_action(action, file_path); in compose() localVariable
102 let adb_cmd = |action| AdbCommand::from_action(action, file_path); in compose() localVariable
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Darc.py248 def adb_cmd(cmd, **kwargs): function