Home
last modified time | relevance | path

Searched defs:GetOtherSlotSuffix (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp65 std::string DeviceInfo::GetOtherSlotSuffix() const { in GetOtherSlotSuffix() function in android::snapshot::DeviceInfo
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h84 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function