Searched defs:GetSlotSuffix (Results 1 – 4 of 4) sorted by relevance
45 std::string DeviceInfo::GetSlotSuffix() const { in GetSlotSuffix() function in android::snapshot::DeviceInfo
117 std::string GetSlotSuffix() const override { return CurrentSlotIsA() ? "_a" : "_b"; } in GetSlotSuffix() function
82 std::string GetSlotSuffix() const override { return slot_suffix_; } in GetSlotSuffix() function
111 static std::string GetSlotSuffix() { in GetSlotSuffix() function