Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcurses.cc55 whichOptions = ""; // current set of options in GPTDataCurses()
583 if (whichOptions.find(currentKey) == string::npos) in MoveSelection()
585 newKeyNum = whichOptions.find(currentKey); in MoveSelection()
588 newKeyNum = whichOptions.length() - 1; in MoveSelection()
589 newKeyNum %= whichOptions.length(); in MoveSelection()
590 currentKey = whichOptions[newKeyNum]; in MoveSelection()
602 whichOptions = EMPTY_SPACE_OPTIONS; in DisplayOptions()
603 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()
606 whichOptions = PARTITION_OPTIONS; in DisplayOptions()
607 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()
[all …]
Dgptcurses.h84 string whichOptions; variable