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

  /external/autotest/client/common_lib/cros/
autoupdater_unittest.py 39 updater = autoupdater.ChromiumOSUpdater(
90 updater = autoupdater.ChromiumOSUpdater(
141 updater = autoupdater.ChromiumOSUpdater(
192 updater = autoupdater.ChromiumOSUpdater(
243 updater = autoupdater.ChromiumOSUpdater(
294 updater = autoupdater.ChromiumOSUpdater(
345 updater = autoupdater.ChromiumOSUpdater(
394 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
443 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
444 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
    [all...]
autoupdater.py 126 # migrate more of the existing ChromiumOSUpdater functionality to it as we
228 class ChromiumOSUpdater(BaseUpdater):
245 super(ChromiumOSUpdater, self).__init__(self.UPDATER_BIN, update_url,
  /external/autotest/server/cros/
autoupdate_utils.py 52 return autoupdater.ChromiumOSUpdater(devserver.get_update_url(build),
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py     [all...]
  /external/autotest/server/hosts/
cros_host.py 557 @param updater: ChromiumOSUpdater instance used to update the DUT.
603 @param updater: ChromiumOSUpdater instance used to update the DUT.
    [all...]

Completed in 133 milliseconds