Lines Matching refs:vector
72 const std::vector<std::string>& args);
75 unsigned flags, uid_t uid, gid_t gid, const std::vector<gid_t>& supp_gids,
76 const std::string& seclabel, const std::vector<std::string>& args);
78 bool HandleLine(const std::vector<std::string>& args, std::string* err);
96 const std::vector<gid_t>& supp_gids() const { return supp_gids_; } in supp_gids()
98 const std::vector<int>& keycodes() const { return keycodes_; } in keycodes()
101 const std::vector<std::string>& args() const { return args_; } in args()
104 using OptionHandler = bool (Service::*) (const std::vector<std::string>& args,
114 bool HandleClass(const std::vector<std::string>& args, std::string* err);
115 bool HandleConsole(const std::vector<std::string>& args, std::string* err);
116 bool HandleCritical(const std::vector<std::string>& args, std::string* err);
117 bool HandleDisabled(const std::vector<std::string>& args, std::string* err);
118 bool HandleGroup(const std::vector<std::string>& args, std::string* err);
119 bool HandleIoprio(const std::vector<std::string>& args, std::string* err);
120 bool HandleKeycodes(const std::vector<std::string>& args, std::string* err);
121 bool HandleOneshot(const std::vector<std::string>& args, std::string* err);
122 bool HandleOnrestart(const std::vector<std::string>& args, std::string* err);
123 bool HandleSeclabel(const std::vector<std::string>& args, std::string* err);
124 bool HandleSetenv(const std::vector<std::string>& args, std::string* err);
125 bool HandleSocket(const std::vector<std::string>& args, std::string* err);
126 bool HandleUser(const std::vector<std::string>& args, std::string* err);
127 bool HandleWritepid(const std::vector<std::string>& args, std::string* err);
140 std::vector<gid_t> supp_gids_;
144 std::vector<SocketInfo> sockets_;
145 std::vector<ServiceEnvironmentInfo> envvars_;
149 std::vector<std::string> writepid_files_;
152 std::vector<int> keycodes_;
158 std::vector<std::string> args_;
166 Service* MakeExecOneshotService(const std::vector<std::string>& args);
187 std::vector<std::unique_ptr<Service>> services_;
194 bool ParseSection(const std::vector<std::string>& args,
196 bool ParseLineSection(const std::vector<std::string>& args,