Android-cuttlefish cvd tool
|
#include <ostream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Enumerations | |
enum class | cuttlefish::Arch { cuttlefish::Arm , cuttlefish::Arm64 , cuttlefish::RiscV64 , cuttlefish::X86 , cuttlefish::X86_64 } |
Functions | |
const std::string & | cuttlefish::HostArchStr () |
Arch | cuttlefish::HostArch () |
bool | cuttlefish::IsHostCompatible (Arch arch) |
std::ostream & | cuttlefish::operator<< (std::ostream &out, Arch arch) |