Home | History | Annotate | Download | only in testrunner

Lines Matching refs:adb_command

901     adb_command = 'adb shell cat /sys/devices/system/cpu/present'
902 cpu_info_proc = subprocess.Popen(adb_command.split(), stdout=subprocess.PIPE)