Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp68 static const struct option LONG_OPTIONS_DUMP[] = { 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.cpp113 const struct option LONG_OPTIONS_DUMP[] = { variable
959 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_DUMP.c_str(), LONG_OPTIONS_DUMP, nullptr); in RunAsDumpCommand()