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

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

Completed in 641 milliseconds