Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcurses.cc266 string theLine; in DisplayParts() local
269 theLine = "Part. # Size Partition Type Partition Name"; in DisplayParts()
270 printw(theLine.c_str()); in DisplayParts()
272 theLine = "----------------------------------------------------------------"; in DisplayParts()
273 printw(theLine.c_str()); in DisplayParts()