Home
last modified time | relevance | path

Searched refs:MBRType (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dparttypes.cc372 tempType->MBRType = mbrType; in AddType()
421 if (theItem->MBRType == ID) { in operator =()
495 theID = theItem->MBRType; in GetHexType()
533 cout << hex << thisType->MBRType << " "; in ShowAllTypes()
562 if (thisType->MBRType == code) { in Valid()
Dparttypes.h25 uint16_t MBRType; member