HomeSort by relevance Sort by last modified time
    Searched defs:shortOption (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/lshal/
ListCommand.h 61 char shortOption;
  /system/libvintf/
main.cpp 72 char shortOption = '\0';
81 if (e.shortOption != '\0') ret << e.shortOption;
119 (c != 0 && c == options[i].shortOption))
145 if (e.shortOption != '\0') std::cerr << "-" << e.shortOption;
146 if (e.shortOption != '\0' && !e.longOption.empty()) std::cerr << ", ";

Completed in 57 milliseconds