GPTPartitionHandle
GPTPartitionHandle* handle
= new(std::nothrow) GPTPartitionHandle(partition);
GPTPartitionHandle* handle
= new(std::nothrow) GPTPartitionHandle(partition);
GPTPartitionHandle::GetNextSupportedType(const BMutablePartition* child,
GPTPartitionHandle::GetPartitioningInfo(BPartitioningInfo* info)
GPTPartitionHandle::GetParameterEditor(B_PARAMETER_EDITOR_TYPE type,
GPTPartitionHandle::ValidateSetName(const BMutablePartition *child, BString* name)
GPTPartitionHandle::SetName(BMutablePartition* child, const char* name)
GPTPartitionHandle::ValidateSetType(const BMutablePartition* child,
GPTPartitionHandle::SetType(BMutablePartition* child, const char* type)
GPTPartitionHandle::ValidateCreateChild(off_t* _offset, off_t* _size,
GPTPartitionHandle::CreateChild(off_t offset, off_t size,
GPTPartitionHandle::DeleteChild(BMutablePartition* child)
GPTPartitionHandle::GPTPartitionHandle(BMutablePartition* partition)
GPTPartitionHandle::~GPTPartitionHandle()
GPTPartitionHandle::Init()
GPTPartitionHandle::SupportedOperations(uint32 mask)
GPTPartitionHandle::SupportedChildOperations(const BMutablePartition* child,
class GPTPartitionHandle : public BPartitionHandle {
GPTPartitionHandle(
virtual ~GPTPartitionHandle();