Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcl.cc499 BasicMBRData newMBR; in BuildMBR() local
511 newMBR.SetDisk(GetDisk()); in BuildMBR()
526 newMBR.AddPart(mbrNum, newPart); in BuildMBR()
539 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()
542 newMBR.AddPart(mbrNum, newPart); in BuildMBR()
545 SetProtectiveMBR(newMBR); in BuildMBR()
Dgpt.h163 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR() argument