Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpttext.cc163 uint32_t curLow, curHigh; in ResizePartitionTable() local
166 GetPartRange(&curLow, &curHigh); in ResizePartitionTable()
167 curHigh++; // since GetPartRange() returns numbers starting from 0... in ResizePartitionTable()
169 if (curHigh < (blockSize / GPT_SIZE)) in ResizePartitionTable()
170 curHigh = blockSize / GPT_SIZE; in ResizePartitionTable()
171 prompt << "Enter new size (" << curHigh << " up, default " << NUM_GPT_ENTRIES << "): "; in ResizePartitionTable()