Searched refs:firstFreePart (Results 1 – 1 of 1) sorted by relevance
203 uint32_t firstFreePart = 0; in CreatePartition() local208 while (partitions[firstFreePart].GetFirstLBA() != 0) { in CreatePartition()209 firstFreePart++; in CreatePartition()213 (firstFreePart < numParts)) { in CreatePartition()219 prompt1 << "Partition number (" << firstFreePart + 1 << "-" << numParts in CreatePartition()220 << ", default " << firstFreePart + 1 << "): "; in CreatePartition()222 partNum = GetNumber(firstFreePart + 1, numParts, in CreatePartition()223 firstFreePart + 1, prompt1.str()) - 1; in CreatePartition()258 if (firstFreePart >= numParts) in CreatePartition()