Home
last modified time | relevance | path

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

/external/gptfdisk/
Dbasicmbr.cc1474 MBRPart* thePart; in GetStatus() local
1477 thePart = GetPartition(i); in GetStatus()
1478 if (thePart != NULL) in GetStatus()
1479 retval = thePart->GetStatus(); in GetStatus()
1486 MBRPart* thePart; in GetType() local
1489 thePart = GetPartition(i); in GetType()
1490 if (thePart != NULL) in GetType()
1491 retval = thePart->GetType(); in GetType()
1498 MBRPart* thePart; in GetFirstSector() local
1501 thePart = GetPartition(i); in GetFirstSector()
[all …]