Home
last modified time | relevance | path

Searched defs:cmd_name (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dcommand.cpp153 void RegisterCommand(const std::string& cmd_name, in RegisterCommand()
158 void UnRegisterCommand(const std::string& cmd_name) { in UnRegisterCommand()
162 std::unique_ptr<Command> CreateCommandInstance(const std::string& cmd_name) { in CreateCommandInstance()
Dcmd_help.cpp80 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp() local
/system/core/fastboot/device/
Dfastboot_device.cpp172 std::string cmd_name; in ExecuteCommands() local
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp113 static void CheckSimpleperfArguments(std::string_view cmd_name, char** args) { in CheckSimpleperfArguments()