Searched defs:pathArgs (Results 1 – 5 of 5) sorted by relevance
65 int ServiceExec(Service *service, const ServiceArgs *pathArgs) in ServiceExec()
413 static int InitServiceProperties(Service *service, const ServiceArgs *pathArgs) in InitServiceProperties()601 static void RunChildProcess(Service *service, ServiceArgs *pathArgs) in RunChildProcess()625 static int IsServiceInvalid(Service *service, ServiceArgs *pathArgs) in IsServiceInvalid()642 int ServiceStart(Service *service, ServiceArgs *pathArgs) in ServiceStart()
1205 ServiceArgs *pathArgs = &service->pathArgs; in StartServiceByName() local
115 int ServiceExec(Service *service, const ServiceArgs *pathArgs) in ServiceExec()
166 ServiceArgs pathArgs; member