Home
last modified time | relevance | path

Searched refs:optind (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp103 if (optind != argc - MIN_PARAM_COUNT + 1) { in ParseCommand()
106 profInPath_ = argv[optind]; in ParseCommand()
107 profOutPath_ = argv[optind + 1]; in ParseCommand()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp362 LOG_ECMA(INFO) << "option: " << option << ", optopt: " << optopt << ", optind: " << optind; in ParseCommand() local
364 if (optind <= 0 || optind > argc) { in ParseCommand()
374 ret = SetDefaultValue(const_cast<char *>(argv[optind - 1])); in ParseCommand()

Completed in 3 milliseconds