Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h115 bool HandleConsole(const std::vector<std::string>& args, std::string* err);
Dservice.cpp173 bool Service::HandleConsole(const std::vector<std::string>& args, std::string* err) { in HandleConsole() function in Service
285 {"console", {0, 0, &Service::HandleConsole}}, in map()