HomeSort by relevance Sort by last modified time
    Searched refs:GetValidity (Results 1 - 5 of 5) sorted by null

  /external/gptfdisk/
fixparts.cc 54 switch(mbrTable.GetValidity()) {
sgdisk.cc 51 switch (mbrData.GetValidity()) {
basicmbr.h 90 MBRValidity GetValidity(void) {return state;}
gpt.cc 714 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) {
781 mbrState = protectiveMBR.GetValidity();
    [all...]
gpttext.cc 73 mbrState = protectiveMBR.GetValidity();
    [all...]

Completed in 94 milliseconds