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
36
int alignment, deletePartNum, infoPartNum,
largestPartNum
, bsdPartNum;
gptcl.cc
32
deletePartNum = infoPartNum =
largestPartNum
= bsdPartNum = 0;
93
{"largest-new", 'N', POPT_ARG_INT, &
largestPartNum
, 'N', "create largest possible new partition", "partnum"},
307
if (
largestPartNum
< 0)
308
largestPartNum
= FindFirstFreePart();
309
if (CreatePartition(
largestPartNum
- 1, startSector, endSector)) {
312
cerr << "Could not create partition " <<
largestPartNum
<< " from "
Completed in 248 milliseconds