Home
last modified time | relevance | path

Searched refs:newMBR (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dgptcl.cc479 BasicMBRData newMBR; in BuildMBR() local
484 newMBR.SetDisk(GetDisk()); in BuildMBR()
493 newMBR.AddPart(i + isHybrid, newPart); in BuildMBR()
501 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()
504 newMBR.AddPart(0, newPart); in BuildMBR()
507 SetProtectiveMBR(newMBR); in BuildMBR()
Dgpt.h158 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR() argument