Searched defs:protectiveMBR (Results 1 - 1 of 1) sorted by relevance

/external/gptfdisk/
H A Dgpt.h68 MBRData protectiveMBR; member in class:GPTData
106 int VerifyMBR(void) {return protectiveMBR.FindOverlaps();}
114 int LoadMBR(const string & f) {return protectiveMBR.ReadMBRData(f);}
115 int WriteProtectiveMBR(void) {return protectiveMBR.WriteMBRData(&myDisk);}
132 void DisplayMBRData(void) {protectiveMBR.DisplayMBRData();}
156 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();}
159 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;}

Completed in 62 milliseconds