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

  /external/gptfdisk/
gptcl.cc 488 BasicMBRData newMBR;
493 newMBR.SetDisk(GetDisk());
507 newMBR.AddPart(i + isHybrid, newPart);
515 newPart.SetLocation(1, newMBR.FindLastInFree(1));
518 newMBR.AddPart(0, newPart);
521 SetProtectiveMBR(newMBR);
gpt.h 159 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;}

Completed in 825 milliseconds