Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgptpart.cc55 uint16_t GPTPart::GetHexType(void) const { in GetHexType() function in GPTPart
56 return partitionType.GetHexType(); in GetHexType()
57 } // GPTPart::GetHexType() in GetHexType()
318 cout << hex << partitionType.GetHexType() << " " << dec;
446 cout << "Current type is " << hex << GetHexType() << dec << " (" << GetTypeName() << ")\n";
448 cout << "Hex code or GUID (L to show codes, Enter = " << hex << GetHexType() << dec << "): ";
454 tempType = GetHexType();
H A Dparttypes.h61 uint16_t GetHexType() const;
H A Dgptpart.h59 uint16_t GetHexType(void) const;
H A Dgpttext.cc124 hexCode = partitions[partNum].GetHexType(); in XFormDisklabel()
493 hybridPart.SetType(GetMBRTypeCode(partitions[j].GetHexType() / 256)); in MakeHybrid()
566 partitions[i].GetHexType() / 0x0100, 0); in XFormToMBR()
H A Dgptcurses.cc384 printw("Current type is %04x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partNum].GetTypeName().c_str()); in ChangeType()
385 printw("Hex code or GUID (L to show codes, Enter = %04x): ", partitions[partNum].GetType().GetHexType()); in ChangeType()
391 tempType = partitions[partNum].GetType().GetHexType(); in ChangeType()
H A Dgptcl.cc545 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100)); in BuildMBR()
H A Dparttypes.cc662 uint16_t PartType::GetHexType() const { in GetHexType() function in PartType
H A Dgpt.cc1825 partitions[gptPart].GetHexType() / 256, 0); in OnePartToMBR()

Completed in 10 milliseconds