Home
last modified time | relevance | path

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

/external/cronet/build/android/
Dadb_logcat_monitor.py41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument
65 def GetAttachedDevices(adb_cmd): argument
95 def main(base_dir, adb_cmd='adb'): argument
/external/angle/build/android/
Dadb_logcat_monitor.py41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument
65 def GetAttachedDevices(adb_cmd): argument
95 def main(base_dir, adb_cmd='adb'): argument
/external/autotest/client/common_lib/cros/
Darc.py248 def adb_cmd(cmd, **kwargs): function