Home | History | Annotate | Download | only in init

Lines Matching defs:args

69     Service(const std::string& name, const std::vector<std::string>& args);
74 const std::vector<std::string>& args);
77 bool ParseLine(const std::vector<std::string>& args, std::string* err);
109 const std::vector<std::string>& args() const { return args_; }
112 using OptionParser = bool (Service::*) (const std::vector<std::string>& args,
123 bool ParseCapabilities(const std::vector<std::string>& args, std::string *err);
124 bool ParseClass(const std::vector<std::string>& args, std::string* err);
125 bool ParseConsole(const std::vector<std::string>& args, std::string* err);
126 bool ParseCritical(const std::vector<std::string>& args, std::string* err);
127 bool ParseDisabled(const std::vector<std::string>& args, std::string* err);
128 bool ParseGroup(const std::vector<std::string>& args, std::string* err);
129 bool ParsePriority(const std::vector<std::string>& args, std::string* err);
130 bool ParseIoprio(const std::vector<std::string>& args, std::string* err);
131 bool ParseKeycodes(const std::vector<std::string>& args, std::string* err);
132 bool ParseOneshot(const std::vector<std::string>& args, std::string* err);
133 bool ParseOnrestart(const std::vector<std::string>& args, std::string* err);
134 bool ParseOomScoreAdjust(const std::vector<std::string>& args, std::string* err);
135 bool ParseNamespace(const std::vector<std::string>& args, std::string* err);
136 bool ParseSeclabel(const std::vector<std::string>& args, std::string* err);
137 bool ParseSetenv(const std::vector<std::string>& args, std::string* err);
138 bool ParseSocket(const std::vector<std::string>& args, std::string* err);
139 bool ParseFile(const std::vector<std::string>& args, std::string* err);
140 bool ParseUser(const std::vector<std::string>& args, std::string* err);
141 bool ParseWritepid(const std::vector<std::string>& args, std::string* err);
144 bool AddDescriptor(const std::vector<std::string>& args, std::string* err);
192 Service* MakeExecOneshotService(const std::vector<std::string>& args);
193 bool Exec(const std::vector<std::string>& args);
223 bool ParseSection(const std::vector<std::string>& args,
225 bool ParseLineSection(const std::vector<std::string>& args,