Searched defs:AddCommand (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Daction.cpp57 bool Action::AddCommand(const std::vector<std::string>& args, int line, std::string* err) { function in class:android::init::Action
68 AddCommand(function, args, line);
72 void Action::AddCommand(BuiltinFunction f, const std::vector<std::string>& args, int line) { function in class:android::init::Action
271 action->AddCommand(func, name_vector, 0);
354 return action_ ? action_->AddCommand(std::move(args), line, err) : false;

Completed in 658 milliseconds