Home
last modified time | relevance | path

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

/base/security/access_token/tools/accesstoken/src/
Datm_command.cpp31 const std::string SHORT_OPTIONS_DUMP = "ht::r::i:p:"; variable
119 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_DUMP.c_str(), LONG_OPTIONS_DUMP, nullptr); in RunAsDumpCommand()