Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dfixparts.cc54 switch(mbrTable.GetValidity()) { in main()
Dsgdisk.cc47 switch(mbrData.GetValidity()) { in ohos_dump()
Dbasicmbr.h90 MBRValidity GetValidity(void) {return state;} in GetValidity() function
Dgpt.cc806 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()
879 mbrState = protectiveMBR.GetValidity(); in LoadPartitions()
1630 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()
2062 if (protectiveMBR.GetValidity() == hybrid) { in MoveSecondHeaderToEnd()
2066 if (protectiveMBR.GetValidity() == gpt) in MoveSecondHeaderToEnd()
Dgpttext.cc73 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()