Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h130 bool ParseGroup(const std::vector<std::string>& args, std::string* err);
Dservice.cpp407 bool Service::ParseGroup(const std::vector<std::string>& args, std::string* err) { in ParseGroup() function in android::init::Service
638 {"group", {1, NR_SVC_SUPP_GIDS + 1, &Service::ParseGroup}}, in map()