Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h146 bool ParseUser(const std::vector<std::string>& args, std::string* err);
Dservice.cpp606 bool Service::ParseUser(const std::vector<std::string>& args, std::string* err) { in ParseUser() function in android::init::Service
658 {"user", {1, 1, &Service::ParseUser}}, in map()