Home
last modified time | relevance | path

Searched refs:GetOtherSlotSuffix (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_device_info.h27 MOCK_METHOD(std::string, GetOtherSlotSuffix, (), (const, override));
Dsnapshot.h102 virtual std::string GetOtherSlotSuffix() const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h34 std::string GetOtherSlotSuffix() const override;
Ddevice_info.cpp47 std::string DeviceInfo::GetOtherSlotSuffix() const { in GetOtherSlotSuffix() function in android::snapshot::DeviceInfo
Dsnapshot_fuzz_utils.h118 std::string GetOtherSlotSuffix() const override { return CurrentSlotIsA() ? "_b" : "_a"; } in GetOtherSlotSuffix() function
Dsnapshot.cpp236 return device_->GetOtherSlotSuffix(); in GetSnapshotSlotSuffix()
653 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge()
977 auto other_suffix = device_->GetOtherSlotSuffix(); in CheckMergeState()
2323 auto slot_suffix = device_->GetOtherSlotSuffix(); in MapAllSnapshots()
2725 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots()
3562 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h82 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function