Searched refs:argListStr (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_runtime_options.cpp | 231 arg_list_t argListStr; in ParseCommand() local 456 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 457 SetLogComponents(argListStr); in ParseCommand() 460 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 461 SetLogDebug(argListStr); in ParseCommand() 464 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 465 SetLogError(argListStr); in ParseCommand() 468 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 469 SetLogFatal(argListStr); in ParseCommand() 472 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() [all …]
|
D | js_runtime_options.h | 1188 … void ParseListArgParam(const std::string &option, arg_list_t *argListStr, std::string delimiter);
|