Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater.cpp41 : builder_(builder), target_suffix_(SlotSuffixForSlotNumber(target_slot)) { in SnapshotMetadataUpdater()
54 groups_.emplace_back(Group{group.name() + target_suffix_, &group}); in SnapshotMetadataUpdater()
63 partitions_.emplace_back(Partition{p.partition_name() + target_suffix_, in SnapshotMetadataUpdater()
64 std::string(it->second) + target_suffix_, &p}); in SnapshotMetadataUpdater()
103 for (auto* existing_partition : ListPartitionsWithSuffix(builder_, target_suffix_)) { in DeletePartitions()
165 if (!android::base::EndsWith(existing_group_name, target_suffix_)) { in DeleteGroups()
Dsnapshot_metadata_updater_test.cpp52 target_suffix_ = SlotSuffixForSlotNumber(target_slot_); in SetUp()
68 ASSERT_TRUE(FillFakeMetadata(builder_.get(), manifest_, target_suffix_)); in SetUp()
78 std::string T(std::string_view name) { return std::string(name) + target_suffix_; } in T()
136 std::string target_suffix_; member in android::snapshot::SnapshotMetadataUpdaterTest
Dsnapshot_metadata_updater.h79 const std::string target_suffix_; variable