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

  /external/gptfdisk/
parttypes.h 25 uint16_t MBRType;
45 int AddType(uint16_t mbrType, const char * guidData, const char * name, int toDisplay = 1);
parttypes.cc 235 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name,
242 tempType->MBRType = mbrType;
291 if (theItem->MBRType == ID) {
365 theID = theItem->MBRType;
394 cout << hex << thisType->MBRType << " ";
423 if (thisType->MBRType == code) {

Completed in 63 milliseconds