Home
last modified time | relevance | path

Searched refs:firstInLargest (Results 1 – 1 of 1) sorted by relevance

/third_party/gptfdisk/
Dgpttext.cc202 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector, lastAligned; in CreatePartition() local
215 firstInLargest = FindFirstInLargest(); in CreatePartition()
216 Align(&firstInLargest); in CreatePartition()
230 << firstInLargest << ") or {+-}size{KMGTP}: "; in CreatePartition()
232 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, prompt2.str()); in CreatePartition()