HomeSort by relevance Sort by last modified time
    Searched refs:labelLastLBA (Results 1 - 2 of 2) sorted by null

  /external/gptfdisk/
bsd.cc 34 labelLastLBA = 0;
78 labelLastLBA = endSector;
158 && (partitions[i].lengthLBA < labelLastLBA))
284 if ((sectorOne < labelFirstLBA) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd))
288 if ((sectorOne <= labelFirstLBA) && (sectorEnd >= labelLastLBA) &&
bsd.h 72 uint64_t labelLastLBA; // final sector of BSD disklabel

Completed in 59 milliseconds