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

  /external/gptfdisk/
parttypes.cc 360 uint16_t PartType::GetHexType() const {
gptpart.cc 47 uint16_t GPTPart::GetHexType(void) const {
48 return partitionType.GetHexType();
49 } // GPTPart::GetHexType()
314 cout << hex << partitionType.GetHexType() << " " << dec;

Completed in 125 milliseconds