Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dauto_cmd.h47 commands_.clear(); in ResultSetup()
49 commands_ = CF_EXPECT(std::apply(Fn, args_)); in ResultSetup()
51 commands_ = std::apply(Fn, args_); in ResultSetup()
53 commands_.emplace_back(CF_EXPECT(std::apply(Fn, args_))); in ResultSetup()
55 commands_.emplace_back(std::apply(Fn, args_)); in ResultSetup()
60 commands_.emplace_back(std::move(*cmd)); in ResultSetup()
65 commands_.emplace_back(std::move(*cmd)); in ResultSetup()
87 return std::move(commands_); in Commands()
92 std::vector<MonitorCommand> commands_; variable