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

  /external/gptfdisk/
gptcl.cc 479 BasicMBRData newMBR;
484 newMBR.SetDisk(GetDisk());
493 newMBR.AddPart(i + isHybrid, newPart);
501 newPart.SetLocation(1, newMBR.FindLastInFree(1));
504 newMBR.AddPart(0, newPart);
507 SetProtectiveMBR(newMBR);
gpt.h 158 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;}

Completed in 37 milliseconds