Searched refs:optStr (Results 1 - 6 of 6) sorted by relevance
/base/update/updater/services/ui/ |
H A D | updater_ui_config.cpp | 75 auto optStr = subCfgPathNode.As<std::string>(); in SelectConfig() local 76 if (!optStr.has_value()) { in SelectConfig() 80 std::string subConfigPath = *optStr; in SelectConfig()
|
/base/security/selinux_adapter/framework/tools/hap_restorecon/ |
H A D | test.cpp | 68 const char *optStr = "hda:p:n:r:m:i"; in SetOptions() local 70 while ((para = getopt_long(argc, argv, optStr, options, &index)) != -1) { in SetOptions()
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 214 const char optStr[] = "-hlcsa:epvT:"; in CmdParseWithParameter() local 236 int c = getopt_long(argc, argv, optStr, longOptions, &optionIndex); in CmdParseWithParameter() 248 CheckIncorrectCmdOption(optStr, argv); in CmdParseWithParameter() 722 void DumpImplement::CheckIncorrectCmdOption(const char *optStr, char *argv[]) in CheckIncorrectCmdOption() argument 726 } else if (!IsShortOptionReqArg(optStr)) { in CheckIncorrectCmdOption() 733 bool DumpImplement::IsShortOptionReqArg(const char *optStr) in IsShortOptionReqArg() argument 735 int len = strlen(optStr); in IsShortOptionReqArg() 737 if (optStr[i] == optopt) { in IsShortOptionReqArg() 738 SendErrorMessage(requireError_ + optStr[i]); in IsShortOptionReqArg()
|
/base/hiviewdfx/hidumper/frameworks/native/include/manager/ |
H A D | dump_implement.h | 73 bool IsShortOptionReqArg(const char* optStr); 81 void CheckIncorrectCmdOption(const char* optStr, char* argv[]);
|
/base/security/selinux_adapter/framework/tools/service_check/ |
H A D | test.cpp | 69 const char *optStr = "dhlagrn:"; in SetOptions() local 71 while ((para = getopt_long(argc, argv, optStr, options, &index)) != -1) { in SetOptions()
|
/base/security/selinux_adapter/framework/tools/param_check/ |
H A D | test.cpp | 170 const char *optStr = "hgrwln:"; in SetOptions() local 172 while ((para = getopt_long(argc, argv, optStr, options, &index)) != -1) { in SetOptions()
|
Completed in 4 milliseconds