HomeSort by relevance Sort by last modified time
    Searched refs:GetHexType (Results 1 - 8 of 8) sorted by null

  /external/gptfdisk/
parttypes.h 60 uint16_t GetHexType() const;
gptpart.h 60 uint16_t GetHexType(void) const;
gptpart.cc 45 uint16_t GPTPart::GetHexType(void) const {
46 return partitionType.GetHexType();
47 } // GPTPart::GetHexType()
312 cout << hex << partitionType.GetHexType() << " " << dec;
gptcurses.cc 379 printw("Current type is %04x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partNum].GetTypeName().c_str());
380 printw("Hex code or GUID (L to show codes, Enter = %04x): ", partitions[partNum].GetType().GetHexType());
386 tempType = partitions[partNum].GetType().GetHexType();
gpttext.cc 124 hexCode = partitions[partNum].GetHexType();
437 hybridPart.SetType(GetMBRTypeCode(partitions[j].GetHexType() / 256));
510 partitions[i].GetHexType() / 0x0100, 0);
    [all...]
parttypes.cc 358 uint16_t PartType::GetHexType() const {
gptcl.cc 492 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100));
gpt.cc     [all...]

Completed in 3379 milliseconds