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

  /system/update_engine/
common_service.cc 121 bool can_rollback = system_state_->update_attempter()->CanRollback(); local
122 LOG(INFO) << "Checking to see if we can rollback . Result: " << can_rollback;
123 *out_can_rollback = can_rollback;
update_engine_client.cc 275 DEFINE_bool(can_rollback, false,
403 bool can_rollback = true; local
406 can_rollback = false;
412 if (!can_rollback) {
  /system/update_engine/dbus_bindings/
org.chromium.UpdateEngineInterface.dbus-xml 26 <arg type="b" name="can_rollback" direction="out" />
  /external/autotest/client/common_lib/cros/
autoupdater_unittest.py 602 can_rollback_cmd = ('/usr/bin/update_engine_client --can_rollback')
608 # Return an old build which shouldn't call can_rollback.
621 # Rollback but can_rollback says we can't -- return an error.
624 error.AutoservRunError('can_rollback failed', cmd_result_1))
autoupdater.py 473 # Introduced can_rollback in M36 (build 5772). # etc/lsb-release matches
482 can_rollback_cmd = '%s --can_rollback' % self.UPDATER_BIN

Completed in 252 milliseconds