Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp533 const LogicalPartition* otherLogical = other.fHead; in Assign() local
534 while (otherLogical) { in Assign()
535 off_t tableOffset = otherLogical->PartitionTableOffset(); in Assign()
536 otherLogical->GetPartitionDescriptor(&descriptor); in Assign()
545 otherLogical = otherLogical->Next(); in Assign()