Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice.cpp77 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable() argument
88 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) { in ComputeContextFromExecutable()
101 return Error() << "File " << service_path << "(labeled \"" << filecon.get() in ComputeContextFromExecutable()