|
Android-cuttlefish cvd tool
|


Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::VmmMode { cuttlefish::kUnknown , cuttlefish::kCrosvm , cuttlefish::kGem5 , cuttlefish::kQemu } |
Functions | |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, VmmMode vmm) |
| std::string | cuttlefish::ToString (VmmMode mode) |
| 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) |