Home
last modified time | relevance | path

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

/external/gptfdisk/
Dbasicmbr.cc1472 MBRPart* thePart; in GetStatus() local
1475 thePart = GetPartition(i); in GetStatus()
1476 if (thePart != NULL) in GetStatus()
1477 retval = thePart->GetStatus(); in GetStatus()
1484 MBRPart* thePart; in GetType() local
1487 thePart = GetPartition(i); in GetType()
1488 if (thePart != NULL) in GetType()
1489 retval = thePart->GetType(); in GetType()
1496 MBRPart* thePart; in GetFirstSector() local
1499 thePart = GetPartition(i); in GetFirstSector()
[all …]