Searched refs:target_suffix (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator_test.cpp | 71 .target_suffix = "_b", in TEST_F() 114 .target_suffix = "_b", in TEST_F() 152 .target_suffix = "_b", in TEST_F() 219 .target_suffix = "_b", in TEST_F() 248 .target_suffix = "_b", in TEST_F() 274 .target_suffix = "_b", in TEST_F()
|
D | partition_cow_creator.h | 46 std::string target_suffix; member
|
D | snapshot.cpp | 2725 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots() local 2726 uint32_t target_slot = SlotNumberForSlotSuffix(target_suffix); in CreateUpdateSnapshots() 2745 if (android::base::EndsWith(group_name, target_suffix)) { in CreateUpdateSnapshots() 2802 .target_suffix = target_suffix, in CreateUpdateSnapshots() 2823 exported_target_metadata.get(), target_suffix, in CreateUpdateSnapshots() 2860 LOG(INFO) << "Successfully created all snapshots for target slot " << target_suffix; in CreateUpdateSnapshots() 2872 const auto& target_suffix = cow_creator->target_suffix; in CreateUpdateSnapshotsInternal() local 2882 auto suffixed_name = partition_update.partition_name() + target_suffix; in CreateUpdateSnapshotsInternal() 2899 for (auto* target_partition : ListPartitionsWithSuffix(target_metadata, target_suffix)) { in CreateUpdateSnapshotsInternal() 2954 name.substr(0, name.size() - target_suffix.size()) + cow_creator->current_suffix; in CreateUpdateSnapshotsInternal() [all …]
|
/system/update_engine/aosp/ |
D | dynamic_partition_control_android.cc | 764 const std::string target_suffix = SlotSuffixForSlotNumber(target_slot); in EraseSystemOtherAvbFooter() local 765 const std::string partition_name_suffix = "system" + target_suffix; in EraseSystemOtherAvbFooter() 797 const std::string target_suffix = SlotSuffixForSlotNumber(target_slot); in PrepareDynamicPartitionsForUpdate() local 803 if (!UnmapPartitionOnDeviceMapper(partition_name + target_suffix)) { in PrepareDynamicPartitionsForUpdate() 988 const std::string target_suffix = SlotSuffixForSlotNumber(target_slot); in UpdatePartitionMetadata() local 989 DeleteGroupsWithSuffix(builder, target_suffix); in UpdatePartitionMetadata() 1002 auto group_name_suffix = group.name() + target_suffix; in UpdatePartitionMetadata() 1023 auto partition_name_suffix = partition_name + target_suffix; in UpdatePartitionMetadata()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 701 const LpMetadata* exported_target_metadata, const std::string& target_suffix,
|