Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp231 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 …]
Djs_runtime_options.h1188 … void ParseListArgParam(const std::string &option, arg_list_t *argListStr, std::string delimiter);