Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h170 Result<Success> ParseShutdown(std::vector<std::string>&& args);
Dservice.cpp697 Result<Success> Service::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown() function in android::init::Service
841 {"shutdown", {1, 1, &Service::ParseShutdown}}, in map()