Searched refs:adb_command_path (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py269 return [AndroidCommands.adb_command_path(self._executive, self._debug_logging), '-s', self._device_serial]
276 def adb_command_path(executive, debug_logging): member in class:AndroidCommands
312 def _determine_adb_version(adb_command_path, executive, debug_logging):
315 output = executive.run_command([adb_command_path, 'version'], error_handler=executive.ignore_error,
356 result = executive.run_command([AndroidCommands.adb_command_path(executive, debug_logging=self._debug_logging), 'devices'],

Completed in 458 milliseconds