HomeSort by relevance Sort by last modified time
    Searched refs:GetAdbPath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/android/pylib/
constants.py 198 def GetAdbPath():
android_commands.py 157 adb_devices_output = cmd_helper.GetCmdOutput([constants.GetAdbPath(),
303 adb_dir = os.path.dirname(constants.GetAdbPath())
582 adb_cmd = [constants.GetAdbPath(), 'kill-server']
596 adb_cmd = ['taskset', '-c', '0', constants.GetAdbPath(), 'start-server']
    [all...]

Completed in 364 milliseconds