Home
last modified time | relevance | path

Searched refs:MakeProtectiveMBR (Results 1 – 4 of 4) sorted by relevance

/external/gptfdisk/
Dmbr.cc50 void MBRData::MakeProtectiveMBR(int clearBoot) { in MakeProtectiveMBR() function in MBRData
102 MakeProtectiveMBR(); // ensure it's a fully compliant protective MBR. in OptimizeEESize()
Dgpttext.cc583 MakeProtectiveMBR(); in MainMenu()
677 MakeProtectiveMBR(); in RecoveryMenu()
691 MakeProtectiveMBR(); in RecoveryMenu()
826 MakeProtectiveMBR(); in ExpertsMenu()
Dmbr.h34 void MakeProtectiveMBR(int clearBoot = 0);
Dgpt.cc713 protectiveMBR.MakeProtectiveMBR(); in PartitionScan()
772 protectiveMBR.MakeProtectiveMBR(1); // clear boot area (option 1) in LoadPartitions()
778 protectiveMBR.MakeProtectiveMBR(); in LoadPartitions()
782 protectiveMBR.MakeProtectiveMBR(); in LoadPartitions()
1311 protectiveMBR.MakeProtectiveMBR(); in LoadGPTBackup()
1565 protectiveMBR.MakeProtectiveMBR(); in XFormPartitions()
1895 MakeProtectiveMBR(); in MoveSecondHeaderToEnd()