Home
last modified time | relevance | path

Searched refs:GetCurrentSlot (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp188 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot() function
190 std::string suffix = device->GetCurrentSlot(); in GetCurrentSlot()
272 std::string slot_suffix = device->GetCurrentSlot(); in GetHasSlot()
400 std::string slot_suffix = device->GetCurrentSlot(); in GetAllPartitionArgsNoSlot()
430 uint32_t slot_number = SlotNumberForSlotSuffix(device->GetCurrentSlot()); in GetSuperPartitionName()
H A Dutility.cpp171 uint32_t current_slot = SlotNumberForSlotSuffix(device->GetCurrentSlot()); in ListPartitions()
219 std::string current_slot_suffix = device->GetCurrentSlot(); in GetSuperSlotSuffix()
H A Dfastboot_device.h44 std::string GetCurrentSlot();
H A Dfastboot_device.cpp139 std::string FastbootDevice::GetCurrentSlot() { in GetCurrentSlot() function in FastbootDevice
149 std::string suffix = boot_control_hal_->GetSuffix(boot_control_hal_->GetCurrentSlot()); in GetCurrentSlot()
H A Dflashing.cpp70 if ((partition + device->GetCurrentSlot()) == partition_name) { in WipeOverlayfsForPartition()
227 std::string slot_suffix = device->GetCurrentSlot(); in UpdateSuper()
H A Dvariables.h36 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& args,
H A Dcommands.cpp125 {FB_VAR_CURRENT_SLOT, {::GetCurrentSlot, nullptr}},
344 if (args[1] == device->GetCurrentSlot()) { in SetActiveHandler()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp233 auto slot = GetCurrentSlot(); in TryCancelUpdate()
253 SnapshotManager::Slot SnapshotManager::GetCurrentSlot() { in GetCurrentSlot() function in android::snapshot::SnapshotManager
265 switch (GetCurrentSlot()) { in GetSnapshotSlotSuffix()
745 auto slot = GetCurrentSlot(); in InitiateMerge()
1663 auto slot = GetCurrentSlot(); in HandleCancelledUpdate()
1677 auto current_slot = GetCurrentSlot(); in HandleCancelledUpdate()
1978 auto current_slot = GetCurrentSlot(); in RemoveAllSnapshots()
2215 auto slot = GetCurrentSlot(); in NeedSnapshotsInFirstStageMount()
2728 if (GetCurrentSlot() == Slot::Target) { in MapAllSnapshots()
3970 auto slot = GetCurrentSlot(); in ProcessUpdateStateOnDataWipe()
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h767 Slot GetCurrentSlot();