Lines Matching refs:slot

150     uint32_t slot,  in MapPartitionInternal()  argument
155 .metadata_slot = slot, in MapPartitionInternal()
189 uint32_t slot, in MapPartitionOnDeviceMapper() argument
222 super_device, target_partition_name, slot, force_writable, path); in MapPartitionOnDeviceMapper()
296 const std::string& super_device, uint32_t slot) { in LoadMetadataBuilder() argument
297 auto builder = MetadataBuilder::New(PartitionOpener(), super_device, slot); in LoadMetadataBuilder()
299 LOG(WARNING) << "No metadata slot " << BootControlInterface::SlotName(slot) in LoadMetadataBuilder()
304 << BootControlInterface::SlotName(slot) << " in " << super_device; in LoadMetadataBuilder()
787 uint32_t slot) { in GetSuperPartitionName() argument
788 return fs_mgr_get_super_partition_name(slot); in GetSuperPartitionName()
887 uint32_t slot, in GetPartitionDevice() argument
893 partition_name + SlotSuffixForSlotNumber(slot); in GetPartitionDevice()
907 (slot == current_slot || is_target_dynamic_)) { in GetPartitionDevice()
910 slot, in GetPartitionDevice()
938 uint32_t slot, in GetPartitionDevice() argument
942 partition_name, slot, current_slot, false, device, nullptr); in GetPartitionDevice()
959 uint32_t slot, in GetDynamicPartitionDevice() argument
964 device_dir.Append(GetSuperPartitionName(slot)).value(); in GetDynamicPartitionDevice()
966 auto builder = LoadMetadataBuilder(super_device, slot); in GetDynamicPartitionDevice()
969 << BootControlInterface::SlotName(slot); in GetDynamicPartitionDevice()
986 if (slot == current_slot) { in GetDynamicPartitionDevice()
1001 bool force_writable = (slot != current_slot) && !not_in_payload; in GetDynamicPartitionDevice()
1003 super_device, partition_name_suffix, slot, force_writable, device)) { in GetDynamicPartitionDevice()