Home
last modified time | relevance | path

Searched refs:DoTheyOverlap (Results 1 – 6 of 6) sorted by relevance

/external/gptfdisk/
Dgptpart.h94 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
Dmbrpart.h101 int DoTheyOverlap (const MBRPart& other);
Dmbrpart.cc230 int MBRPart::DoTheyOverlap (const MBRPart& other) { in DoTheyOverlap() function in MBRPart
Dgptpart.cc400 int GPTPart::DoTheyOverlap(const GPTPart & other) { function in GPTPart
Dbasicmbr.cc713 (partitions[i].DoTheyOverlap(partitions[j]))) { in FindOverlaps()
1176 partitions[i].DoTheyOverlap(partitions[j])) { in OmitOverlaps()
Dgpt.cc631 (partitions[i].DoTheyOverlap(partitions[j]))) { in FindOverlaps()