Searched defs:GetCurrentSlot (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/common/ | ||
D | boot_control_stub.cc | 29 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlStub |
D | fake_boot_control.h | 41 BootControlInterface::Slot GetCurrentSlot() const override { in GetCurrentSlot() function |
/system/core/fastboot/device/ | ||
D | fastboot_device.cpp | 72 std::string FastbootDevice::GetCurrentSlot() { in GetCurrentSlot() function in FastbootDevice |
D | variables.cpp | 184 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot() function |
/system/update_engine/ | ||
D | boot_control_chromeos.cc | 144 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlChromeOS |
D | boot_control_android.cc | 91 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlAndroid |