Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand.cpp50 void RegisterCommand(const std::string& cmd_name, in RegisterCommand()
55 void UnRegisterCommand(const std::string& cmd_name) { in UnRegisterCommand()
59 std::unique_ptr<Command> CreateCommandInstance(const std::string& cmd_name) { in CreateCommandInstance()
Dcmd_help.cpp74 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp() local
/system/extras/tests/memtest/
Dmemtest.cpp75 const char *cmd_name; member
/system/core/init/
Dproperty_service.cpp338 const char* cmd_name = legacy_protocol ? "PROP_MSG_SETPROP" : "PROP_MSG_SETPROP2"; in handle_property_set() local