Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dmock_device_info.h27 MOCK_METHOD(std::string, GetOtherSlotSuffix, (), (const, override));
H A Dsnapshot.h100 virtual std::string GetOtherSlotSuffix() const = 0;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.h34 std::string GetOtherSlotSuffix() const override;
H A Ddevice_info.cpp48 std::string DeviceInfo::GetOtherSlotSuffix() const { in GetOtherSlotSuffix() function in android::snapshot::DeviceInfo
H A Dsnapshot.cpp269 return device_->GetOtherSlotSuffix(); in GetSnapshotSlotSuffix()
757 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge()
1126 auto other_suffix = device_->GetOtherSlotSuffix(); in CheckMergeState()
2743 auto slot_suffix = device_->GetOtherSlotSuffix(); in MapAllSnapshots()
3161 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots()
4075 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h82 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function