Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:newPart

482    MBRPart newPart;
492 newPart.SetInclusion(PRIMARY);
493 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(),
495 newPart.SetStatus(0);
496 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100));
497 newMBR.AddPart(i + isHybrid, newPart);
504 newPart.SetInclusion(PRIMARY);
505 newPart.SetLocation(1, newMBR.FindLastInFree(1));
506 newPart.SetStatus(0);
507 newPart.SetType(0xEE);
508 newMBR.AddPart(0, newPart);