Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp87 for (auto& command_source : command_sources_) { in Run() local
88 if (command_source->Enabled()) { in Run()
89 auto commands = CF_EXPECT(command_source->Commands()); in Run()