Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptpart.h29 #define MBR_SIZED_GOOD 0 /* Whole partition under 2^32 sectors */ macro
Dgptpart.cc155 int retval = MBR_SIZED_GOOD; in IsSizedForMBR()
Dgptcl.cc514 … if (IsUsedPartNum(origPartNum) && (partitions[origPartNum].IsSizedForMBR() == MBR_SIZED_GOOD)) { in BuildMBR()