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

/external/gptfdisk/
H A Dbasicmbr.cc634 int BasicMBRData::GetPartRange(uint32_t *low, uint32_t *high) { function in class:BasicMBRData
655 } // GPTData::GetPartRange()
H A Dgpt.cc1580 if (GetPartRange(&low, &high) == 0) {
1707 GetPartRange(&i, &high);
1761 numUsedParts = GetPartRange(&low, &high);
2032 int GPTData::GetPartRange(uint32_t *low, uint32_t *high) { function in class:GPTData
2052 } // GPTData::GetPartRange()

Completed in 76 milliseconds