Searched refs:SHORT_OPTIONS_DUMP (Results 1 – 2 of 2) sorted by relevance
33 static const std::string SHORT_OPTIONS_DUMP = "h::t::r::v::i:p:b:n:"; variable441 return HandleComplexCommand(SHORT_OPTIONS_DUMP, LONG_OPTIONS_DUMP, HELP_MSG_DUMP); in RunAsCommonCommand()
112 const std::string SHORT_OPTIONS_DUMP = "hn:aisu:d:"; variable959 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_DUMP.c_str(), LONG_OPTIONS_DUMP, nullptr); in RunAsDumpCommand()