Searched defs:partitioningType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp757 VBOXHDDPARTTYPE partitioningType; local
769 partitioningType = GPT;
770 pPart->uPartitioningType = GPT;//partitioningType;
870 partitioningType = MBR;
871 pPart->uPartitioningType = MBR;//partitioningType;
1018 if (partitioningType == GPT)

Completed in 99 milliseconds