Home
last modified time | relevance | path

Searched refs:flashed_slot_suffix (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2601 auto flashed_slot_suffix = SlotSuffixForSlotNumber(flashed_slot); in TEST_P() local
2606 flashed_builder->RemoveGroupAndPartitions(group_->name() + flashed_slot_suffix); in TEST_P()
2608 ASSERT_TRUE(FillFakeMetadata(flashed_builder.get(), manifest_, flashed_slot_suffix)); in TEST_P()
2613 ASSERT_NE(nullptr, flashed_builder->FindPartition("prd" + flashed_slot_suffix)); in TEST_P()
2614 flashed_builder->RemovePartition("prd" + flashed_slot_suffix); in TEST_P()
2628 .partition_name = name + flashed_slot_suffix, in TEST_P()
2636 hashes_[name + flashed_slot_suffix] = *hash; in TEST_P()
2643 auto init = NewManagerForFirstStageMount(flashed_slot_suffix); in TEST_P()
2653 ASSERT_TRUE(IsPartitionUnchanged(name + flashed_slot_suffix)); in TEST_P()
2657 auto new_sm = SnapshotManager::New(new TestDeviceInfo(fake_super, flashed_slot_suffix)); in TEST_P()