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.cc714 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()
781 mbrState = protectiveMBR.GetValidity(); in LoadPartitions()
1486 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()
1900 if (protectiveMBR.GetValidity() == hybrid) { in MoveSecondHeaderToEnd()
1904 if (protectiveMBR.GetValidity() == gpt) in MoveSecondHeaderToEnd()
Dgpttext.cc73 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()