Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dupdater_runtime_dynamic_partitions.cpp57 auto state = DeviceMapper::Instance().GetState(partition_name_suffix); in UnmapPartitionWithSuffixOnDeviceMapper()
62 return DestroyLogicalPartition(partition_name_suffix); in UnmapPartitionWithSuffixOnDeviceMapper()
71 auto partition_name_suffix = AddSlotSuffix(partition_name); in MapPartitionOnDeviceMapper() local
81 .partition_name = partition_name_suffix, in MapPartitionOnDeviceMapper()
139 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpResize() local
145 LOG(ERROR) << "Failed to find partition " << partition_name_suffix in PerformOpResize()
163 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpRemove() local
169 params.builder->RemovePartition(partition_name_suffix); in PerformOpRemove()
175 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpAdd() local
189 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpMove() local
[all …]
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc653 const std::string& partition_name_suffix, in GetSystemOtherPath() argument
711 auto p = builder->FindPartition(partition_name_suffix); in GetSystemOtherPath()
715 LOG(INFO) << "Can't find " << partition_name_suffix in GetSystemOtherPath()
728 LOG(INFO) << partition_name_suffix in GetSystemOtherPath()
751 .partition_name = partition_name_suffix, in GetSystemOtherPath()
1037 LOG(ERROR) << "Partition " << partition_name_suffix in UpdatePartitionMetadata()
1114 const auto& partition_name_suffix = in GetPartitionDevice() local
1165 const std::string& partition_name_suffix) { in IsSuperBlockDevice() argument
1175 const std::string& partition_name_suffix, in GetDynamicPartitionDevice() argument
1190 LOG(INFO) << partition_name_suffix in GetDynamicPartitionDevice()
[all …]
H A Ddynamic_partition_control_android.h197 const std::string& partition_name_suffix,
292 const std::string& partition_name_suffix,
302 const std::string& partition_name_suffix);
H A Dmock_dynamic_partition_control_android.h117 const std::string& partition_name_suffix, in RealGetSystemOtherPath() argument
121 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
H A Ddynamic_partition_control_android_unittest.cc74 .WillByDefault(Invoke([](auto partition_name_suffix, auto device) { in SetUp() argument
75 *device = GetDmDevice(partition_name_suffix); in SetUp()