Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h75 Result<void> ParseSeclabel(std::vector<std::string>&& args);
Dservice_parser.cpp373 Result<void> ServiceParser::ParseSeclabel(std::vector<std::string>&& args) { in ParseSeclabel() function in android::init::ServiceParser
565 {"seclabel", {1, 1, &ServiceParser::ParseSeclabel}}, in GetParserMap()