Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dparttypes.cc441 tempType->GUIDType = guidData; in AddType()
490 GUIDData::operator=(theItem->GUIDType); in operator =()
516 if (theItem->GUIDType == *this) { // found it! in TypeName()
537 if (theItem->GUIDType == *this) { // found it! in UTypeName()
562 if ((theItem->GUIDType == *this) && (theItem->display == 1)) { // found it! in GetHexType()
Dparttypes.h24 GUIDData GUIDType; member