Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/perf/include/
H A Doption.h44 #define CMD_MAX_PARAMS 10 macro
63 char *params[CMD_MAX_PARAMS];
/kernel/liteos_a/apps/perf/src/
H A Doption.c92 for (i = 1; (index < argc) && (i < CMD_MAX_PARAMS); index++, i++) { in ParseOptions()

Completed in 1 milliseconds