Searched refs:GetSlotSuffix (Results 1 – 9 of 9) sorted by relevance
111 static std::string GetSlotSuffix() { in GetSlotSuffix() function125 return super_partition + GetSlotSuffix();142 std::string slot_suffix = GetSlotSuffix(); in MergeMetadata()460 auto current_slot_suffix = GetSlotSuffix(); in LpdumpMain()
26 MOCK_METHOD(std::string, GetSlotSuffix, (), (const, override));
101 virtual std::string GetSlotSuffix() const = 0;
33 std::string GetSlotSuffix() const override;
43 std::string DeviceInfo::GetSlotSuffix() const { in GetSlotSuffix() function in android::snapshot::DeviceInfo
228 if (device_->GetSlotSuffix() == contents) { in GetCurrentSlot()237 return device_->GetSlotSuffix(); in GetSnapshotSlotSuffix()320 auto contents = device_->GetSlotSuffix(); in FinishedSnapshotWrites()575 auto slot_suffix = device_->GetSlotSuffix(); in MapSourceDevice()1402 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in CollapseSnapshotDevice()1604 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in ReadCurrentMetadata()1931 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in CreateLogicalAndSnapshotPartitions()2755 auto current_suffix = device_->GetSlotSuffix(); in CreateUpdateSnapshots()3274 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in UnmapAllPartitionsInRecovery()3313 ss << "Current slot: " << device_->GetSlotSuffix() << std::endl; in Dump()[all …]
117 std::string GetSlotSuffix() const override { return CurrentSlotIsA() ? "_a" : "_b"; } in GetSlotSuffix() function
344 ASSERT_EQ("_b", test_module_.device_info->GetSlotSuffix()); in TEST_F()
81 std::string GetSlotSuffix() const override { return slot_suffix_; } in GetSlotSuffix() function