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.cc232 int MBRPart::DoTheyOverlap (const MBRPart& other) { in DoTheyOverlap() function in MBRPart
Dgptpart.cc402 int GPTPart::DoTheyOverlap(const GPTPart & other) { function in GPTPart
Dbasicmbr.cc715 (partitions[i].DoTheyOverlap(partitions[j]))) { in FindOverlaps()
1178 partitions[i].DoTheyOverlap(partitions[j])) { in OmitOverlaps()
Dgpt.cc636 (partitions[i].DoTheyOverlap(partitions[j]))) { in FindOverlaps()