Searched refs:GetHexType (Results 1 – 8 of 8) sorted by relevance
47 uint16_t GPTPart::GetHexType(void) const { in GetHexType() function in GPTPart48 return partitionType.GetHexType(); in GetHexType()314 cout << hex << partitionType.GetHexType() << " " << dec;
60 uint16_t GetHexType() const;
124 hexCode = partitions[partNum].GetHexType(); in XFormDisklabel()437 hybridPart.SetType(GetMBRTypeCode(partitions[j].GetHexType() / 256)); in MakeHybrid()510 partitions[i].GetHexType() / 0x0100, 0); in XFormToMBR()
60 uint16_t GetHexType(void) const;
379 …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()
360 uint16_t PartType::GetHexType() const { in GetHexType() function in PartType
501 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100)); in BuildMBR()
1671 partitions[gptPart].GetHexType() / 256, 0); in OnePartToMBR()