Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dbasicmbr.h103 int DoTheyFit(void);
H A Dbasicmbr.cc918 int BasicMBRData::DoTheyFit(void) { in DoTheyFit() function in BasicMBRData
927 } // BasicMBRData::DoTheyFit(void) in DoTheyFit()
958 allOK = (allOK && DoTheyFit()); in IsLegal()
H A Dgpt.cc405 if (!protectiveMBR.DoTheyFit()) { in Verify()
814 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()
1249 if (!protectiveMBR.DoTheyFit()) { in SaveGPTData()

Completed in 7 milliseconds