Home
last modified time | relevance | path

Searched refs:commands_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/init/
H A Daction.cpp121 commands_.emplace_back(map_result->function, map_result->run_in_subcontext, std::move(args), in AddCommand()
127 commands_.emplace_back(std::move(f), false, std::move(args), line); in AddCommand()
131 return commands_.size(); in NumCommands()
136 for (const auto& command : commands_) { in CheckAllCommands()
149 Command cmd = commands_[command]; in ExecuteOneCommand()
154 for (const auto& c : commands_) { in ExecuteAllCommands()
241 for (const auto& c : commands_) { in DumpState()
H A Daction.h90 std::vector<Command> commands_; variable
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h456 return commands_; in commands()
474 std::vector<Command> commands_; variable
/aosp12/bootable/recovery/updater/
H A Dcommands.cpp449 result.commands_.push_back(command); in Parse()