Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp1088 if (e.shortOption != '\0') { in getShortOptions()
1089 ss << e.shortOption; in getShortOptions()
1126 if (c == e.shortOption) found = &e; in parseArgs()
1222 if (e.shortOption != '\0') in usage()
1223 err() << "-" << e.shortOption << e.getHelpMessageForArgument(); in usage()
1224 if (e.shortOption != '\0' && !e.longOption.empty()) in usage()
DListCommand.h71 char shortOption; member