Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h127 bool ParseConsole(const std::vector<std::string>& args, std::string* err);
Dservice.cpp390 bool Service::ParseConsole(const std::vector<std::string>& args, std::string* err) { in ParseConsole() function in android::init::Service
635 {"console", {0, 1, &Service::ParseConsole}}, in map()