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

  /external/gptfdisk/
bsd.cc 36 labelLastLBA = 0;
80 labelLastLBA = endSector;
160 && (partitions[i].lengthLBA < labelLastLBA))
286 if ((sectorOne < labelFirstLBA) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd))
290 if ((sectorOne <= labelFirstLBA) && (sectorEnd >= labelLastLBA) &&
bsd.h 72 uint64_t labelLastLBA; // final sector of BSD disklabel

Completed in 53 milliseconds