HomeSort by relevance Sort by last modified time
    Searched refs:MBR_SIZED_GOOD (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
gptpart.h 29 #define MBR_SIZED_GOOD 0 /* Whole partition under 2^32 sectors */
gptpart.cc 143 // Returns MBR_SIZED_GOOD, MBR_SIZED_IFFY, or MBR_SIZED_BAD; see comments
146 int retval = MBR_SIZED_GOOD;
gptcl.cc 496 if (IsUsedPartNum(origPartNum) && (partitions[origPartNum].IsSizedForMBR() == MBR_SIZED_GOOD)) {

Completed in 821 milliseconds