HomeSort by relevance Sort by last modified time
    Searched refs:ChromiumOSUpdater (Results 1 - 9 of 9) sorted by null

  /external/autotest/server/cros/
autoupdater_unittest.py 126 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
150 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host)
224 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
225 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
234 autoupdater.ChromiumOSUpdater._get_stateful_update_script().AndReturn(
236 autoupdater.ChromiumOSUpdater._run(
244 updater = autoupdater.ChromiumOSUpdater(update_url)
250 autoupdater.ChromiumOSUpdater._get_stateful_update_script().AndReturn(
252 autoupdater.ChromiumOSUpdater._run(
259 updater = autoupdater.ChromiumOSUpdater(update_url
    [all...]
autoupdate_utils.py 48 return autoupdater.ChromiumOSUpdater(devserver.get_update_url(build),
autoupdater.py 57 # `ChromiumOSUpdater._prepare_host()`). The file's location in
237 `ChromiumOSUpdater.run_update`. The returned string will describe
332 # migrate more of the existing ChromiumOSUpdater functionality to it as we
334 class ChromiumOSUpdater(object):
    [all...]
  /external/autotest/server/
afe_utils.py 110 updater = autoupdater.ChromiumOSUpdater(
  /external/autotest/server/cros/clique_lib/
clique_dut_updater.py 151 autoupdater.ChromiumOSUpdater(url, host=dut_host).run_update()
  /external/autotest/server/site_tests/network_WiFi_UpdateRouter/
network_WiFi_UpdateRouter.py 148 autoupdater.ChromiumOSUpdater(url, host=device_host).run_update()
  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 122 updater = autoupdater.ChromiumOSUpdater(update_url, host)
177 updater = autoupdater.ChromiumOSUpdater(update_url, host,
  /external/autotest/server/hosts/
cros_repair.py 749 TODO(jrbarnette) We should refactor ChromiumOSUpdater so
    [all...]
servo_host.py 375 @param updater: a ChromiumOSUpdater instance for checking
481 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=self)

Completed in 297 milliseconds