Android-cuttlefish cvd tool
|
#include <ostream>
#include <string>
#include <string_view>
#include <fmt/ostream.h>
#include "cuttlefish/common/libs/utils/result.h"
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) |