|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/config/vmm_mode.h"#include <ostream>#include <string>#include <string_view>#include "absl/strings/match.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| std::string | cuttlefish::ToString (VmmMode mode) |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, VmmMode vmm) |
| Result< VmmMode > | cuttlefish::ParseVmm (std::string_view str) |
| bool | cuttlefish::VmManagerIsCrosvm (VmmMode mode) |
| bool | cuttlefish::VmManagerIsQemu (VmmMode mode) |
| bool | cuttlefish::VmManagerIsGem5 (VmmMode mode) |
| std::string_view | cuttlefish::format_as (VmmMode vmm) |