Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptpart.h31 #define MBR_SIZED_BAD 2 /* Partition starts over 2^32, is bigger than 2^32, or otherwise bad */ macro
Dgptpart.cc149 retval = MBR_SIZED_BAD; in IsSizedForMBR()
Dgpttext.cc433 if (partitions[j].IsUsed() && (partitions[j].IsSizedForMBR() != MBR_SIZED_BAD)) { in MakeHybrid()