Home
last modified time | relevance | path

Searched refs:GetHexType (Results 1 – 8 of 8) sorted by relevance

/external/gptfdisk/
Dgptpart.cc47 uint16_t GPTPart::GetHexType(void) const { in GetHexType() function in GPTPart
48 return partitionType.GetHexType(); in GetHexType()
314 cout << hex << partitionType.GetHexType() << " " << dec;
Dparttypes.h60 uint16_t GetHexType() const;
Dgptpart.h60 uint16_t GetHexType(void) const;
Dgpttext.cc124 hexCode = partitions[partNum].GetHexType(); in XFormDisklabel()
437 hybridPart.SetType(GetMBRTypeCode(partitions[j].GetHexType() / 256)); in MakeHybrid()
510 partitions[i].GetHexType() / 0x0100, 0); in XFormToMBR()
Dgptcurses.cc379 …printw("Current type is %04x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partN… in ChangeType()
380 …("Hex code or GUID (L to show codes, Enter = %04x): ", partitions[partNum].GetType().GetHexType()); in ChangeType()
386 tempType = partitions[partNum].GetType().GetHexType(); in ChangeType()
Dparttypes.cc360 uint16_t PartType::GetHexType() const { in GetHexType() function in PartType
Dgptcl.cc496 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100)); in BuildMBR()
Dgpt.cc1671 partitions[gptPart].GetHexType() / 256, 0); in OnePartToMBR()