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

/external/gptfdisk/
H A Dbsd.cc269 uint64_t sectorOne, sectorEnd; // first & last sectors of partition local
273 sectorOne = (uint64_t) partitions[i].firstLBA;
274 sectorEnd = sectorOne + (uint64_t) partitions[i].lengthLBA;
284 if ((sectorOne < labelFirstLBA) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd))
288 if ((sectorOne <= labelFirstLBA) && (sectorEnd >= labelLastLBA) &&
296 guid.SetFirstLBA(sectorOne);

Completed in 67 milliseconds