Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand.cpp45 const OptionFormatMap& option_formats, const std::string& help_msg, in ConvertArgsToOptions() argument
59 LOG(ERROR) << "Unknown option " << args[i] << "." << help_msg; in ConvertArgsToOptions()
70 LOG(ERROR) << "No argument following " << name << " option." << help_msg; in ConvertArgsToOptions()
89 << help_msg; in ConvertArgsToOptions()
96 << help_msg; in ConvertArgsToOptions()
121 LOG(ERROR) << "Invalid option " << args[i] << "." << help_msg; in ConvertArgsToOptions()
133 const std::string help_msg = " Try `simpleperf help " + name_ + "`."; in PreprocessOptions() local
134 return ConvertArgsToOptions(args, option_formats, help_msg, options, ordered_options, in PreprocessOptions()
Dcommand.h143 const OptionFormatMap& option_formats, const std::string& help_msg,