Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dgptpart.h93 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
Dmbrpart.h100 int DoTheyOverlap (const MBRPart& other);
Dmbrpart.cc232 int MBRPart::DoTheyOverlap (const MBRPart& other) { in DoTheyOverlap() function in MBRPart
Dgptpart.cc406 int GPTPart::DoTheyOverlap(const GPTPart & other) { function in GPTPart
Dbasicmbr.cc748 (partitions[i].DoTheyOverlap(partitions[j]))) { in FindOverlaps()
1211 partitions[i].DoTheyOverlap(partitions[j])) { in OmitOverlaps()
Dgpt.cc727 (partitions[i].DoTheyOverlap(partitions[j]))) { in FindOverlaps()