OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
230
int MBRPart::
DoTheyOverlap
(const MBRPart& other) {
233
} // MBRPart::
DoTheyOverlap
()
gptpart.cc
400
int GPTPart::
DoTheyOverlap
(const GPTPart & other) {
405
} // GPTPart::
DoTheyOverlap
()
basicmbr.cc
713
(partitions[i].
DoTheyOverlap
(partitions[j]))) {
[
all
...]
gpt.cc
631
(partitions[i].
DoTheyOverlap
(partitions[j]))) {
[
all
...]
Completed in 39 milliseconds