Searched refs:FindDescendant (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp591 parentPartition = disk->FindDescendant(parentID);
601 BPartition* partition = disk->FindDescendant(selectedPartition);
722 BPartition* partition = disk->FindDescendant(selectedPartition);
754 BPartition* partition = disk->FindDescendant(selectedPartition);
809 BPartition* partition = disk->FindDescendant(selectedPartition);
954 partition = disk->FindDescendant(selectedPartition);
1000 BPartition* parent = disk->FindDescendant(currentSelection->ParentID());
1108 BPartition* partition = disk->FindDescendant(selectedPartition);
/haiku-fatelf/headers/private/storage/
H A DPartition.h83 BPartition* FindDescendant(partition_id id) const;
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp429 *partition = device->FindDescendant(id);
473 *partition = device->FindDescendant(id);
H A DPartition.cpp673 BPartition::FindDescendant(partition_id id) const function in class:BPartition

Completed in 103 milliseconds