Lines Matching refs:newPart
523 MBRPart newPart;
541 newPart.SetInclusion(PRIMARY);
542 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(),
544 newPart.SetStatus(0);
545 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100));
546 newMBR.AddPart(mbrNum, newPart);
558 newPart.SetInclusion(PRIMARY);
559 newPart.SetLocation(1, newMBR.FindLastInFree(1));
560 newPart.SetStatus(0);
561 newPart.SetType(0xEE);
562 newMBR.AddPart(mbrNum, newPart);