Searched refs:ParseSeclabel (Results 1 – 2 of 2) sorted by relevance
75 Result<void> ParseSeclabel(std::vector<std::string>&& args);
373 Result<void> ServiceParser::ParseSeclabel(std::vector<std::string>&& args) { in ParseSeclabel() function in android::init::ServiceParser565 {"seclabel", {1, 1, &ServiceParser::ParseSeclabel}}, in GetParserMap()