Searched refs:MakePart (Results 1 – 4 of 4) sorted by relevance
/external/gptfdisk/ |
D | basicmbr.h | 116 void MakePart(int num, uint64_t startLBA, uint64_t lengthLBA, int type = 0x07,
|
D | gpttext.cc | 526 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(), in XFormToMBR()
|
D | basicmbr.cc | 1044 void BasicMBRData::MakePart(int num, uint64_t start, uint64_t length, int type, int bootable) { in MakePart() function in BasicMBRData 1114 MakePart(i, selectedSegment, selectedSize, type, 0); in MakeBiggestPart()
|
D | gpt.cc | 1787 protectiveMBR.MakePart(mbrPart, (uint32_t) partitions[gptPart].GetFirstLBA(), in OnePartToMBR()
|