Home
last modified time | relevance | path

Searched refs:ComputeContextFromExecutable (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() function
633 auto result = ComputeContextFromExecutable(args_[0]); in Start()