Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dcommand.h162 Command(const std::string& name, const std::string& short_help_string, in Command() argument
164 : name_(name), short_help_string_(short_help_string), long_help_string_(long_help_string) {} in Command()