Searched refs:device_host (Results 1 – 3 of 3) sorted by relevance
83 def freeup_disk_space(self, device_host): argument90 device_host.run('rm -rf %s' % path, ignore_status=True)119 device_host = hosts.create_host(device_hostname,123 self.freeup_disk_space(device_host)124 self.update_device(device_host)127 def update_device(self, device_host): argument134 device_board = device_host.get_board().split(':', 1)[1]138 % (device_host.hostname, device_board))141 device_host.hostname, desired.release_version)142 current_release_version = self.get_release_version(device_host)[all …]
285 const string device_host = in TryFindHostDevice() local288 if (devices.find(device_host) != devices.end()) { in TryFindHostDevice()289 return device_host; in TryFindHostDevice()
47 def __init__(self, device_host, remote_facade_proxy=None): argument53 self.host = device_host