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

  /external/chromium_org/build/android/pylib/
constants.py 100 ADB_PATH = _GetADBPath()
android_commands.py 97 adb_devices_output = cmd_helper.GetCmdOutput([constants.ADB_PATH, 'devices'])
235 adb_dir = os.path.dirname(constants.ADB_PATH)
467 adb_cmd = [constants.ADB_PATH, 'kill-server']
472 adb_cmd = [constants.ADB_PATH, 'start-server']
    [all...]

Completed in 278 milliseconds