OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:largestPartNum
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
gptcl.h
37
int alignment, deletePartNum, infoPartNum,
largestPartNum
, bsdPartNum;
gptcl.cc
32
deletePartNum = infoPartNum =
largestPartNum
= bsdPartNum = 0;
94
{"largest-new", 'N', POPT_ARG_INT, &
largestPartNum
, 'N', "create largest possible new partition", "partnum"},
311
if (
largestPartNum
< 0)
312
largestPartNum
= FindFirstFreePart();
313
if (CreatePartition(
largestPartNum
- 1, startSector, endSector)) {
316
cerr << "Could not create partition " <<
largestPartNum
<< " from "
Completed in 5978 milliseconds