Searched refs:ParseConsole (Results 1 – 2 of 2) sorted by relevance
53 Result<void> ParseConsole(std::vector<std::string>&& args);
86 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole() function in android::init::ServiceParser541 {"console", {0, 1, &ServiceParser::ParseConsole}}, in GetParserMap()