• Home
  • Raw
  • Download

Lines Matching defs:args

137 static bool ExpandArgsAndExecve(const std::vector<std::string>& args) {  in ExpandArgsAndExecve()
162 Service::Service(const std::string& name, const std::vector<std::string>& args) in Service()
188 const std::vector<std::string>& args) in Service()
355 bool Service::ParseCapabilities(const std::vector<std::string>& args, std::string* err) { in ParseCapabilities()
385 bool Service::ParseClass(const std::vector<std::string>& args, std::string* err) { in ParseClass()
390 bool Service::ParseConsole(const std::vector<std::string>& args, std::string* err) { in ParseConsole()
396 bool Service::ParseCritical(const std::vector<std::string>& args, std::string* err) { in ParseCritical()
401 bool Service::ParseDisabled(const std::vector<std::string>& args, std::string* err) { in ParseDisabled()
407 bool Service::ParseGroup(const std::vector<std::string>& args, std::string* err) { in ParseGroup()
424 bool Service::ParsePriority(const std::vector<std::string>& args, std::string* err) { in ParsePriority()
436 bool Service::ParseIoprio(const std::vector<std::string>& args, std::string* err) { in ParseIoprio()
456 bool Service::ParseKeycodes(const std::vector<std::string>& args, std::string* err) { in ParseKeycodes()
468 bool Service::ParseOneshot(const std::vector<std::string>& args, std::string* err) { in ParseOneshot()
473 bool Service::ParseOnrestart(const std::vector<std::string>& args, std::string* err) { in ParseOnrestart()
480 bool Service::ParseNamespace(const std::vector<std::string>& args, std::string* err) { in ParseNamespace()
496 bool Service::ParseOomScoreAdjust(const std::vector<std::string>& args, std::string* err) { in ParseOomScoreAdjust()
504 bool Service::ParseMemcgSwappiness(const std::vector<std::string>& args, std::string* err) { in ParseMemcgSwappiness()
512 bool Service::ParseMemcgLimitInBytes(const std::vector<std::string>& args, std::string* err) { in ParseMemcgLimitInBytes()
520 bool Service::ParseMemcgSoftLimitInBytes(const std::vector<std::string>& args, std::string* err) { in ParseMemcgSoftLimitInBytes()
528 bool Service::ParseSeclabel(const std::vector<std::string>& args, std::string* err) { in ParseSeclabel()
533 bool Service::ParseSetenv(const std::vector<std::string>& args, std::string* err) { in ParseSetenv()
538 bool Service::ParseShutdown(const std::vector<std::string>& args, std::string* err) { in ParseShutdown()
547 bool Service::AddDescriptor(const std::vector<std::string>& args, std::string* err) { in AddDescriptor()
584 bool Service::ParseSocket(const std::vector<std::string>& args, std::string* err) { in ParseSocket()
594 bool Service::ParseFile(const std::vector<std::string>& args, std::string* err) { in ParseFile()
606 bool Service::ParseUser(const std::vector<std::string>& args, std::string* err) { in ParseUser()
615 bool Service::ParseWritepid(const std::vector<std::string>& args, std::string* err) { in ParseWritepid()
665 bool Service::ParseLine(const std::vector<std::string>& args, std::string* err) { in ParseLine()
985 bool ServiceManager::Exec(const std::vector<std::string>& args) { in Exec()
1014 Service* ServiceManager::MakeExecOneshotService(const std::vector<std::string>& args) { in MakeExecOneshotService()
1230 bool ServiceParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, in ParseSection()
1254 bool ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line, std::string* err) { in ParseLineSection()