Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp33 static const std::string SHORT_OPTIONS_DUMP = "h::t::r::v::i:p:b:n:"; variable
441 return HandleComplexCommand(SHORT_OPTIONS_DUMP, LONG_OPTIONS_DUMP, HELP_MSG_DUMP); in RunAsCommonCommand()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp112 const std::string SHORT_OPTIONS_DUMP = "hn:aisu:d:"; variable
959 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_DUMP.c_str(), LONG_OPTIONS_DUMP, nullptr); in RunAsDumpCommand()