Searched refs:hvc_num (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/libs/vm_manager/ |
D | qemu_manager.cpp | 247 int hvc_num = 0; in StartCommands() local 249 auto add_hvc_sink = [&qemu_cmd, &hvc_num]() { in StartCommands() 251 qemu_cmd.AddParameter("null,id=hvc", hvc_num); in StartCommands() 254 hvc_num); in StartCommands() 255 hvc_num++; in StartCommands() 281 auto add_hvc_ro = [&qemu_cmd, &hvc_num](const std::string& output) { in StartCommands() 283 qemu_cmd.AddParameter("file,id=hvc", hvc_num, ",path=", output, in StartCommands() 287 hvc_num); in StartCommands() 288 hvc_num++; in StartCommands() 290 auto add_hvc = [&qemu_cmd, &hvc_num](const std::string& prefix) { in StartCommands() [all …]
|