Lines Matching refs:_host
96 self._host = host
114 info = self._host.host_info_store.get()
117 self._host.host_port)
119 self._host.host_port)
124 info.build, hostname=self._host.hostname)
179 [self._host.ssh_command(alive_interval=900,
195 '--remote=%s' % self._host.host_port])
214 scp_cmd.append(self._host.make_ssh_options(alive_interval=900,
216 if not self._host.is_default_port:
217 scp_cmd.append('-P %d' % self._host.port)
218 src = 'root@%s:%s/results-chart.json' % (self._host.hostname,
355 self._ensure_deps(self._host, benchmark)
391 [self._host.ssh_command(alive_interval=900, connection_attempts=4),
446 (self._host.rsync_options(), src,
447 self._host.hostname, dst))