Lines Matching refs:GetSuperPartitionName
692 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in GetSystemOtherPath()
813 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareDynamicPartitionsForUpdate()
831 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in PrepareDynamicPartitionsForUpdate()
935 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareSnapshotPartitionsForUpdate()
962 std::string DynamicPartitionControlAndroid::GetSuperPartitionName( in GetSuperPartitionName() function in chromeos_update_engine::DynamicPartitionControlAndroid
1167 device_dir.Append(GetSuperPartitionName(current_slot)).value(); in IsSuperBlockDevice()
1181 device_dir.Append(GetSuperPartitionName(slot)).value(); in GetDynamicPartitionDevice()
1333 auto super_device = device_dir.Append(GetSuperPartitionName(slot)).value(); in ListDynamicPartitionsForSlot()
1361 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in VerifyExtentsForUntouchedPartitions()
1366 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in VerifyExtentsForUntouchedPartitions()
1445 auto super_device = device_dir.Append(GetSuperPartitionName(target_slot_)); in GetSuperDevice()