|
Android-cuttlefish cvd tool
|
#include <string>#include <string_view>#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/process/command.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::vm_manager::VhostUserDeviceCommands |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::vm_manager |
Functions | |
| Result< VhostUserDeviceCommands > | cuttlefish::vm_manager::VhostUserBlockDevice (const CuttlefishConfig &config, int num, std::string_view disk_path) |
| Result< VhostUserDeviceCommands > | cuttlefish::vm_manager::VhostUserNetDevice (const CuttlefishConfig &config, const std::string &name, const std::string &ipaddr, int prefixlen, const std::string &gateway, const std::string &dns) |