OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deletePartNum
(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;
79
{"delete", 'd', POPT_ARG_INT, &
deletePartNum
, 'd', "delete a partition", "partnum"},
221
if (DeletePartition(
deletePartNum
- 1) == 0) {
Completed in 43 milliseconds