Searched refs:SHORT_OPTIONS_RULE (Results 1 - 1 of 1) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 709 const std::string SHORT_OPTIONS_RULE = "ha:c:n:e:r:t:u:"; member 2256 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsAddInstallRuleCommand() 2340 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsGetInstallRuleCommand() 2435 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsDeleteInstallRuleCommand() 2519 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsCleanInstallRuleCommand() 2617 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsAddAppRunningRuleCommand() 2668 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsDeleteAppRunningRuleCommand() 2746 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsCleanAppRunningRuleCommand() 2820 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE.c_str(), LONG_OPTIONS_RULE, nullptr); in RunAsGetAppRunningControlRuleCommand() 2905 int option = getopt_long(argc_, argv_, SHORT_OPTIONS_RULE in RunAsGetAppRunningControlRuleResultCommand() [all...] |
Completed in 8 milliseconds