Searched refs:AddCommand (Results 1 – 5 of 5) sorted by relevance
/system/core/init/ |
D | action.h | 66 Result<void> AddCommand(std::vector<std::string>&& args, int line); 67 void AddCommand(BuiltinFunction f, std::vector<std::string>&& args, int line);
|
D | action.cpp | 111 Result<void> Action::AddCommand(std::vector<std::string>&& args, int line) { in AddCommand() function in android::init::Action 126 void Action::AddCommand(BuiltinFunction f, std::vector<std::string>&& args, int line) { in AddCommand() function in android::init::Action
|
D | action_manager.cpp | 61 action->AddCommand(std::move(func), {name}, 0); in QueueBuiltinAction()
|
D | action_parser.cpp | 170 return action_ ? action_->AddCommand(std::move(args), line) : Result<void>{}; in ParseLineSection()
|
D | service_parser.cpp | 296 if (auto result = service_->onrestart_.AddCommand(std::move(args), line); !result.ok()) { in ParseOnrestart()
|