Searched refs:svc_p (Results 1 – 1 of 1) sorted by relevance
960 auto svc_p = std::make_unique<Service>(name, flags, uid, gid, supp_gids, no_capabilities, in MakeExecOneshotService() local962 Service* svc = svc_p.get(); in MakeExecOneshotService()963 services_.emplace_back(std::move(svc_p)); in MakeExecOneshotService()