Home
last modified time | relevance | path

Searched refs:MakeProtectiveMBR (Results 1 – 5 of 5) 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()
Dmbr.h34 void MakeProtectiveMBR(int clearBoot = 0);
Dgpttext.cc583 MakeProtectiveMBR(); in MainMenu()
677 MakeProtectiveMBR(); in RecoveryMenu()
691 MakeProtectiveMBR(); in RecoveryMenu()
826 MakeProtectiveMBR(); in ExpertsMenu()
Dgpt.h155 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();} in MakeProtectiveMBR() function
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()