Searched refs:GetAdbPath (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/build/android/pylib/ |
D | constants.py | 198 def GetAdbPath(): function
|
D | 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'] 1389 self._logcat = pexpect.spawn(constants.GetAdbPath(), args, timeout=10, 1472 self._logcat = pexpect.spawn(constants.GetAdbPath(),
|