Home
last modified time | relevance | path

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

/system/update_engine/
Ddynamic_partition_control_android.cc690 const std::string target_suffix = SlotSuffixForSlotNumber(target_slot); in EraseSystemOtherAvbFooter() local
691 const std::string partition_name_suffix = "system" + target_suffix; in EraseSystemOtherAvbFooter()
723 const std::string target_suffix = SlotSuffixForSlotNumber(target_slot); in PrepareDynamicPartitionsForUpdate() local
729 if (!UnmapPartitionOnDeviceMapper(partition_name + target_suffix)) { in PrepareDynamicPartitionsForUpdate()
800 const std::string target_suffix = SlotSuffixForSlotNumber(target_slot); in UpdatePartitionMetadata() local
801 DeleteGroupsWithSuffix(builder, target_suffix); in UpdatePartitionMetadata()
815 LOG(ERROR) << "The maximum size of all groups with suffix " << target_suffix in UpdatePartitionMetadata()
830 auto group_name_suffix = group.name() + target_suffix; in UpdatePartitionMetadata()
851 auto partition_name_suffix = partition_name + target_suffix; in UpdatePartitionMetadata()
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp65 .target_suffix = "_b", in TEST_F()
108 .target_suffix = "_b", in TEST_F()
144 .target_suffix = "_b", in TEST_F()
211 .target_suffix = "_b", in TEST_F()
Dpartition_cow_creator.h45 std::string target_suffix; member
Dsnapshot.cpp2151 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots() local
2152 uint32_t target_slot = SlotNumberForSlotSuffix(target_suffix); in CreateUpdateSnapshots()
2171 if (android::base::EndsWith(group_name, target_suffix)) { in CreateUpdateSnapshots()
2203 .target_suffix = target_suffix, in CreateUpdateSnapshots()
2222 exported_target_metadata.get(), target_suffix, in CreateUpdateSnapshots()
2233 LOG(INFO) << "Successfully created all snapshots for target slot " << target_suffix; in CreateUpdateSnapshots()
2245 const auto& target_suffix = cow_creator->target_suffix; in CreateUpdateSnapshotsInternal() local
2255 auto suffixed_name = partition_update.partition_name() + target_suffix; in CreateUpdateSnapshotsInternal()
2273 for (auto* target_partition : ListPartitionsWithSuffix(target_metadata, target_suffix)) { in CreateUpdateSnapshotsInternal()
2377 const LpMetadata* exported_target_metadata, const std::string& target_suffix, in InitializeUpdateSnapshots() argument
[all …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h549 const LpMetadata* exported_target_metadata, const std::string& target_suffix,