Home
last modified time | relevance | path

Searched refs:AnalyzeParam (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/cmds/include/
Dcommand_line.h56 int AnalyzeParam(std::vector<std::string> argv);
/developtools/profiler/device/cmds/src/
Dcommand_line.cpp112 int CommandLine::AnalyzeParam(std::vector<std::string> argv) in AnalyzeParam() function in CommandLine
Dmain.cpp582 if (argc < 1 || cmdLine.AnalyzeParam(argvVector) < 0 || data.isHelp) { in main()