Home
last modified time | relevance | path

Searched refs:GetAdbPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/
Dconstants.py198 def GetAdbPath(): function
Dandroid_commands.py157 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']
1389 self._logcat = pexpect.spawn(constants.GetAdbPath(), args, timeout=10,
1472 self._logcat = pexpect.spawn(constants.GetAdbPath(),