Searched refs:AddCommand (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | action.cpp | 70 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()
|
D | action.h | 49 bool AddCommand(const std::vector<std::string>& args, 51 void AddCommand(BuiltinFunction f,
|
D | service.cpp | 233 onrestart_.AddCommand(str_args, "", 0, err); in HandleOnrestart()
|