Home
last modified time | relevance | path

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

/system/apex/tools/
Dhost_apex_verifier.cc120 auto service_path = service->args()[0]; in CheckInitRc() local
121 if (!base::StartsWith(service_path, "/apex/" + manifest.name())) { in CheckInitRc()
123 << " has path outside of the APEX: " << service_path; in CheckInitRc()
125 LOG(INFO) << service->name() << ": " << service_path; in CheckInitRc()
/system/core/init/
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()