Home
last modified time | relevance | path

Searched refs:AddCommand (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Daction.cpp70 bool Action::AddCommand(const std::vector<std::string>& args, in AddCommand() function in Action
87 AddCommand(function, args, filename, line); in AddCommand()
91 void Action::AddCommand(BuiltinFunction f, in AddCommand() function in Action
344 action->AddCommand(func, name_vector); in QueueBuiltinAction()
421 return action_ ? action_->AddCommand(args, filename, line, err) : false; in ParseLineSection()
Daction.h49 bool AddCommand(const std::vector<std::string>& args,
51 void AddCommand(BuiltinFunction f,
Dservice.cpp233 onrestart_.AddCommand(str_args, "", 0, err); in HandleOnrestart()