Searched refs:ValidateCreateChild (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.h55 virtual status_t ValidateCreateChild(off_t* offset,
H A DPartitionMapAddOn.h62 virtual status_t ValidateCreateChild(off_t* offset,
H A DPartitionMapAddOn.cpp354 PartitionMapHandle::ValidateCreateChild(off_t* _offset, off_t* _size, function in class:PartitionMapHandle
H A DExtendedPartitionAddOn.cpp320 ExtendedPartitionHandle::ValidateCreateChild(off_t* _offset, off_t* _size, function in class:ExtendedPartitionHandle
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.h42 virtual status_t ValidateCreateChild(off_t* offset,
H A DGPTPartitionHandle.cpp220 GPTPartitionHandle::ValidateCreateChild(off_t* _offset, off_t* _size, function in class:GPTPartitionHandle
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h94 status_t ValidateCreateChild(off_t* start, off_t* size,
H A DDiskSystemAddOn.cpp313 BPartitionHandle::ValidateCreateChild(off_t* offset, off_t* size, function in class:BPartitionHandle
H A DPartitionDelegate.cpp506 // ValidateCreateChild
508 BPartition::Delegate::ValidateCreateChild(off_t* start, off_t* size, function in class:BPartition::Delegate
514 return fPartitionHandle->ValidateCreateChild(start, size, type, name,
H A DPartition.cpp1213 BPartition::ValidateCreateChild(off_t* offset, off_t* size, const char* type, function in class:BPartition
1219 return fDelegate->ValidateCreateChild(offset, size, type, name, parameters);
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h125 virtual status_t ValidateCreateChild(off_t* offset,
H A DPartition.h165 status_t ValidateCreateChild(off_t* start, off_t* size,
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp582 if (partition->ValidateCreateChild(&start, &size, type, NULL,
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1223 status = parent->ValidateCreateChild(&offset, &size, type.String(),

Completed in 81 milliseconds