Home
last modified time | relevance | path

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

/external/gptfdisk/
Dmbr.cc52 void MBRData::MakeProtectiveMBR(int clearBoot) { in MakeProtectiveMBR() function in MBRData
104 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.h156 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();} in MakeProtectiveMBR() function
Dgpt.cc718 protectiveMBR.MakeProtectiveMBR(); in PartitionScan()
777 protectiveMBR.MakeProtectiveMBR(1); // clear boot area (option 1) in LoadPartitions()
783 protectiveMBR.MakeProtectiveMBR(); in LoadPartitions()
787 protectiveMBR.MakeProtectiveMBR(); in LoadPartitions()
1319 protectiveMBR.MakeProtectiveMBR(); in LoadGPTBackup()
1575 protectiveMBR.MakeProtectiveMBR(); in XFormPartitions()
1905 MakeProtectiveMBR(); in MoveSecondHeaderToEnd()