Home
last modified time | relevance | path

Searched refs:DoTheyFit (Results 1 – 3 of 3) sorted by relevance

/external/gptfdisk/
Dbasicmbr.h103 int DoTheyFit(void);
Dgpt.cc316 if (!protectiveMBR.DoTheyFit()) { in Verify()
714 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()
1097 if (!protectiveMBR.DoTheyFit()) { in SaveGPTData()
Dbasicmbr.cc885 int BasicMBRData::DoTheyFit(void) { in DoTheyFit() function in BasicMBRData
925 allOK = (allOK && DoTheyFit()); in IsLegal()