Searched refs:dependency_commands (Results 1 – 1 of 1) sorted by relevance
225 std::vector<VmmDependencyCommand*>& dependency_commands) { in StartCommands() argument250 qemu_cmd.AddPrerequisite([&dependency_commands]() -> Result<void> { in StartCommands()251 for (auto dependencyCommand : dependency_commands) { in StartCommands()