Searched refs:mbrFirst (Results 1 - 1 of 1) sorted by relevance

/external/gptfdisk/
H A Dgpt.cc595 uint64_t mbrFirst, mbrLast; local
601 mbrFirst = (uint64_t) protectiveMBR.GetFirstSector(i);
602 mbrLast = mbrFirst + (uint64_t) protectiveMBR.GetLength(i) - UINT64_C(1);
604 if ((j < numParts) && (partitions[j].GetFirstLBA() == mbrFirst) &&

Completed in 576 milliseconds