Lines Matching refs:newPart
137 GPTPart newPart;141 newPart.BlankPartition();153 newPart.SetFirstLBA(firstSector);155 newPart.SetLastLBA(lastSector);156 newPart.SetType(((uint16_t) origType) * 0x0100);157 newPart.RandomizeUniqueGUID();158 newPart.SetAttributes(0);159 newPart.SetName(newPart.GetTypeName());162 return newPart;