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

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 39 String GetRollbackPartition();
  /system/update_engine/client_library/include/update_engine/
client.h 87 virtual bool GetRollbackPartition(std::string* rollback_partition) const = 0;
  /system/update_engine/
dbus_service.cc 141 bool DBusUpdateEngineService::GetRollbackPartition(
143 return common_->GetRollbackPartition(error, out_rollback_partition_name);
common_service.h 136 bool GetRollbackPartition(brillo::ErrorPtr* error,
binder_service_brillo.h 87 android::binder::Status GetRollbackPartition(
binder_service_brillo.cc 177 Status BinderUpdateEngineBrilloService::GetRollbackPartition(
180 auto ret = CallCommonHandler(&UpdateEngineService::GetRollbackPartition,
dbus_service.h 136 bool GetRollbackPartition(brillo::ErrorPtr* error,
common_service.cc 331 bool UpdateEngineService::GetRollbackPartition(
update_engine_client.cc 383 if (!client_->GetRollbackPartition(&rollback_partition)) {
  /system/update_engine/client_library/
client_binder.h 67 bool GetRollbackPartition(std::string* rollback_partition) const override;
client_dbus.h 61 bool GetRollbackPartition(std::string* rollback_partition) const override;
client_binder.cc 111 bool BinderUpdateEngineClient::GetRollbackPartition(
115 if (!service_->GetRollbackPartition(&out_as_string16).isOk())
client_dbus.cc 104 bool DBusUpdateEngineClient::GetRollbackPartition(
106 return proxy_->GetRollbackPartition(rollback_partition, nullptr);

Completed in 675 milliseconds