Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h57 Result<void> ParseGroup(std::vector<std::string>&& args);
Dservice_parser.cpp153 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup() function in android::init::ServiceParser
546 {"group", {1, NR_SVC_SUPP_GIDS + 1, &ServiceParser::ParseGroup}}, in GetParserMap()