Home
last modified time | relevance | path

Searched refs:GetValidity (Results 1 – 5 of 5) sorted by relevance

/external/gptfdisk/
Dfixparts.cc54 switch(mbrTable.GetValidity()) { in main()
Dsgdisk.cc51 switch (mbrData.GetValidity()) { in android_dump()
Dbasicmbr.h90 MBRValidity GetValidity(void) {return state;} in GetValidity() function
Dgpt.cc709 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()
776 mbrState = protectiveMBR.GetValidity(); in LoadPartitions()
1476 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()
1890 if (protectiveMBR.GetValidity() == hybrid) { in MoveSecondHeaderToEnd()
1894 if (protectiveMBR.GetValidity() == gpt) in MoveSecondHeaderToEnd()
Dgpttext.cc73 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()