Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptpart.cc56 uint16_t GPTPart::GetHexType(void) const { in GetHexType() function in GPTPart
57 return partitionType.GetHexType(); in GetHexType()
323 cout << hex << partitionType.GetHexType() << " " << dec;
Dparttypes.h60 uint16_t GetHexType() const;
Dgptpart.h61 uint16_t GetHexType(void) const;
Dgpttext.cc124 hexCode = partitions[partNum].GetHexType(); in XFormDisklabel()
455 hybridPart.SetType(GetMBRTypeCode(partitions[j].GetHexType() / 256)); in MakeHybrid()
528 partitions[i].GetHexType() / 0x0100, 0); in XFormToMBR()
Dgptcurses.cc380 …printw("Current type is %04x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partN… in ChangeType()
381 …("Hex code or GUID (L to show codes, Enter = %04x): ", partitions[partNum].GetType().GetHexType()); in ChangeType()
387 tempType = partitions[partNum].GetType().GetHexType(); in ChangeType()
Dparttypes.cc488 uint16_t PartType::GetHexType() const { in GetHexType() function in PartType
Dgptcl.cc520 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100)); in BuildMBR()
Dgpt.cc1784 partitions[gptPart].GetHexType() / 256, 0); in OnePartToMBR()