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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFDiskPartitionScheme.h155 virtual bool isPartitionUsed(fdisk_part * partition);
H A DIOGUIDPartitionScheme.h138 virtual bool isPartitionUsed(gpt_ent * partition);
H A DIOFDiskPartitionScheme.cpp309 else if ( isPartitionUsed(fdiskMap->parts + index) ) // (data)
389 bool IOFDiskPartitionScheme::isPartitionUsed(fdisk_part * partition) function in class:IOFDiskPartitionScheme
H A DIOGUIDPartitionScheme.cpp411 if ( isPartitionUsed( gptMap ) )
457 bool IOGUIDPartitionScheme::isPartitionUsed(gpt_ent * partition) function in class:IOGUIDPartitionScheme

Completed in 65 milliseconds