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

/external/gptfdisk/
H A Dgptpart.h28 // Values returned by GPTPart::IsSizedForMBR()
71 int IsSizedForMBR(void);
H A Dgpttext.cc433 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....
H A Dgptpart.cc143 int GPTPart::IsSizedForMBR(void) { function in class:GPTPart
152 } // GPTPart::IsSizedForMBR()
H A Dgptcl.cc487 if (IsUsedPartNum(origPartNum) && (partitions[origPartNum].IsSizedForMBR() == MBR_SIZED_GOOD)) {

Completed in 155 milliseconds