Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp1092 if (e.shortOption != '\0') { in getShortOptions()
1093 ss << e.shortOption; in getShortOptions()
1130 if (c == e.shortOption) found = &e; in parseArgs()
1226 if (e.shortOption != '\0') in usage()
1227 err() << "-" << e.shortOption << e.getHelpMessageForArgument(); in usage()
1228 if (e.shortOption != '\0' && !e.longOption.empty()) in usage()
DListCommand.h70 char shortOption; member