Home
last modified time | relevance | path

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

/external/gptfdisk/
Dbasicmbr.cc252 uint8_t ebrType; in ReadLogicalParts() local
299 ebrType = ebr.partitions[0].partitionType; in ReadLogicalParts()
300 if ((ebrType == 0x05) || (ebrType == 0x0f) || (ebrType == 0x85)) { in ReadLogicalParts()