Home
last modified time | relevance | path

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

/external/gptfdisk/
Dparttypes.cc244 tempType->MBRType = mbrType; in AddType()
293 if (theItem->MBRType == ID) { in operator =()
367 theID = theItem->MBRType; in GetHexType()
396 cout << hex << thisType->MBRType << " "; in ShowAllTypes()
425 if (thisType->MBRType == code) { in Valid()
Dparttypes.h25 uint16_t MBRType; member