Searched defs:service_path (Results 1 – 9 of 9) sorted by relevance
178 service_path: String, field546 let service_path = if file.get_package().is_empty() { in new() localVariable
88 let service_path = if service.package.is_empty() { in generate_methods() localVariable
198 def terminate_service(self, service_path): argument
145 auto service_path = service->args()[0]; in CheckInitRc() local
214 const char* service_path, in RegisterExclusiveService()
226 string service_path = 3; field
177 def _ComputePaths(package, version, root_url, service_path): argument
78 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable()