Searched refs:LONG_OPTIONS_DUMP (Results 1 – 2 of 2) sorted by relevance
68 static const struct option LONG_OPTIONS_DUMP[] = { variable441 return HandleComplexCommand(SHORT_OPTIONS_DUMP, LONG_OPTIONS_DUMP, HELP_MSG_DUMP); in RunAsCommonCommand()
113 const struct option LONG_OPTIONS_DUMP[] = { variable959 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_DUMP.c_str(), LONG_OPTIONS_DUMP, nullptr); in RunAsDumpCommand()