Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand.cpp67 void RegisterCommand(const std::string& cmd_name, in RegisterCommand()
72 void UnRegisterCommand(const std::string& cmd_name) { in UnRegisterCommand()
76 std::unique_ptr<Command> CreateCommandInstance(const std::string& cmd_name) { in CreateCommandInstance()
Dcmd_help.cpp77 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp() local
/system/core/fastboot/device/
Dfastboot_device.cpp138 std::string cmd_name; in ExecuteCommands() local