Searched defs:thePart (Results 1 - 1 of 1) sorted by relevance

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

Completed in 152 milliseconds