Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
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
/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