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.h28 MOCK_METHOD(std::string, GetOtherSlotSuffix, (), (const, override));
Dsnapshot.h97 virtual std::string GetOtherSlotSuffix() const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h35 std::string GetOtherSlotSuffix() const override;
Ddevice_info.cpp49 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.cpp579 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge()
2151 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots()
2737 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h83 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function