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

  /external/gptfdisk/
mbr.h 34 void MakeProtectiveMBR(int clearBoot = 0);
mbr.cc 52 void MBRData::MakeProtectiveMBR(int clearBoot) {
72 } // MBRData::MakeProtectiveMBR()
104 MakeProtectiveMBR(); // ensure it's a fully compliant protective MBR.
gpt.h 156 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();}
gpttext.cc 583 MakeProtectiveMBR();
677 MakeProtectiveMBR();
691 MakeProtectiveMBR();
826 MakeProtectiveMBR();
    [all...]
gpt.cc 718 protectiveMBR.MakeProtectiveMBR();
777 protectiveMBR.MakeProtectiveMBR(1); // clear boot area (option 1)
783 protectiveMBR.MakeProtectiveMBR();
787 protectiveMBR.MakeProtectiveMBR();
    [all...]

Completed in 90 milliseconds