HomeSort by relevance Sort by last modified time
    Searched refs:DoTheyOverlap (Results 1 - 6 of 6) sorted by null

  /external/gptfdisk/
gptpart.h 94 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
mbrpart.h 101 int DoTheyOverlap (const MBRPart& other);
mbrpart.cc 232 int MBRPart::DoTheyOverlap (const MBRPart& other) {
235 } // MBRPart::DoTheyOverlap()
gptpart.cc 402 int GPTPart::DoTheyOverlap(const GPTPart & other) {
407 } // GPTPart::DoTheyOverlap()
basicmbr.cc 715 (partitions[i].DoTheyOverlap(partitions[j]))) {
    [all...]
gpt.cc 636 (partitions[i].DoTheyOverlap(partitions[j]))) {
    [all...]

Completed in 88 milliseconds