Lines Matching refs:BootControlChromeOS
79 std::unique_ptr<BootControlChromeOS> boot_control_chromeos(
80 new BootControlChromeOS());
82 LOG(ERROR) << "Ignoring BootControlChromeOS failure. We won't run updates.";
89 bool BootControlChromeOS::Init() {
134 unsigned int BootControlChromeOS::GetNumSlots() const {
138 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const {
142 bool BootControlChromeOS::GetPartitionDevice(const string& partition_name,
157 bool BootControlChromeOS::IsSlotBootable(Slot slot) const {
174 bool BootControlChromeOS::MarkSlotUnbootable(Slot slot) {
207 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) {
249 bool BootControlChromeOS::MarkBootSuccessfulAsync(
257 string BootControlChromeOS::SysfsBlockDevice(const string& device) {
266 bool BootControlChromeOS::IsRemovableDevice(const string& device) {
278 int BootControlChromeOS::GetPartitionNumber(