Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h141 bool ParseSeclabel(const std::vector<std::string>& args, std::string* err);
Dservice.cpp528 bool Service::ParseSeclabel(const std::vector<std::string>& args, std::string* err) { in ParseSeclabel() function in android::init::Service
653 {"seclabel", {1, 1, &Service::ParseSeclabel}}, in map()