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

  /external/gptfdisk/
parttypes.cc 358 uint16_t PartType::GetHexType() const {
gptpart.cc 45 uint16_t GPTPart::GetHexType(void) const {
46 return partitionType.GetHexType();
47 } // GPTPart::GetHexType()
312 cout << hex << partitionType.GetHexType() << " " << dec;

Completed in 46 milliseconds