Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h84 bool PartitionAdded(KPartition *partition); // implementation internal
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp863 KDiskDeviceManager::PartitionAdded(KPartition* partition) in PartitionAdded() function in KDiskDeviceManager
1170 if (!device || !PartitionAdded(device)) in _AddDevice()
H A DKPartition.cpp910 if (!manager->PartitionAdded(partition)) { in AddChild()