Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dmbr.cc142 origPart = GetPartition(i); in AsGPT()
Dbasicmbr.h60 MBRPart* GetPartition(int i); // Return primary or logical partition
Dbasicmbr.cc1510 thePart = GetPartition(i); in GetStatus()
1522 thePart = GetPartition(i); in GetType()
1534 thePart = GetPartition(i); in GetFirstSector()
1546 thePart = GetPartition(i); in GetLength()
1562 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition() function in BasicMBRData