Home
last modified time | relevance | path

Searched defs:GetSlotSuffix (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp45 std::string DeviceInfo::GetSlotSuffix() const { in GetSlotSuffix() function in android::snapshot::DeviceInfo
Dsnapshot_fuzz_utils.h117 std::string GetSlotSuffix() const override { return CurrentSlotIsA() ? "_a" : "_b"; } in GetSlotSuffix() function
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h82 std::string GetSlotSuffix() const override { return slot_suffix_; } in GetSlotSuffix() function
/system/extras/partition_tools/
Dlpdump.cc111 static std::string GetSlotSuffix() { in GetSlotSuffix() function