Searched defs:GetHexType (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dparttypes.cc360 uint16_t PartType::GetHexType() const { function in class:PartType
H A Dgptpart.cc47 uint16_t GPTPart::GetHexType(void) const { function in class:GPTPart
48 return partitionType.GetHexType();
49 } // GPTPart::GetHexType()
314 cout << hex << partitionType.GetHexType() << " " << dec;

Completed in 323 milliseconds