Searched refs:DoTheyFit (Results 1 – 3 of 3) sorted by relevance
103 int DoTheyFit(void);
316 if (!protectiveMBR.DoTheyFit()) { in Verify()714 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()1097 if (!protectiveMBR.DoTheyFit()) { in SaveGPTData()
885 int BasicMBRData::DoTheyFit(void) { in DoTheyFit() function in BasicMBRData925 allOK = (allOK && DoTheyFit()); in IsLegal()