Lines Matching refs:ADB_CMD
49 ADB_CMD = "adb" variable
57 global ADB_CMD
69 ADB_CMD = "%s %s" % ("adb -s", args.serial)
249 os.system(ADB_CMD + " bugreport " + bugreport_file)
318 dmesg_events, kernel_timing_events = collect_events(search_events_pattern, ADB_CMD +\
326 search_events_pattern, ADB_CMD + ' logcat -b all -v epoch', timings_pattern,\
586 process = subprocess.Popen(ADB_CMD + ' logcat -b all -v epoch', shell=True,
694 cmd = ADB_CMD + ' shell su root getprop'
795 return subprocess.call(ADB_CMD + ' ' + cmd, shell=True)
798 return subprocess.call(ADB_CMD + ' shell ' + cmd, shell=True)
801 return subprocess.call(ADB_CMD + ' shell su root ' + cmd, shell=True)