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

  /external/gptfdisk/
mbr.cc 142 uint64_t firstSector, lastSector;
157 lastSector = (uint64_t) origPart->GetLastLBA();
158 newPart.SetLastLBA(lastSector);
mbrpart.h 38 // Note that firstSector and lastSector are in CHS addressing, which
49 uint8_t lastSector[3];
59 uint8_t lastSector[3];

Completed in 250 milliseconds