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

  /external/gptfdisk/
gptpart.h 28 // Values returned by GPTPart::IsSizedForMBR()
71 int IsSizedForMBR(void);
gpttext.cc 433 if (partitions[j].IsUsed() && (partitions[j].IsSizedForMBR() != MBR_SIZED_BAD)) {
446 if (partitions[j].IsSizedForMBR() == MBR_SIZED_IFFY)
504 if (partitions[i].IsSizedForMBR() == MBR_SIZED_IFFY)
507 // bother checking other IsSizedForMBR() return values....
    [all...]
gptpart.cc 143 int GPTPart::IsSizedForMBR(void) {
152 } // GPTPart::IsSizedForMBR()
gptcl.cc 487 if (IsUsedPartNum(origPartNum) && (partitions[origPartNum].IsSizedForMBR() == MBR_SIZED_GOOD)) {

Completed in 41 milliseconds