|
Android-cuttlefish cvd tool
|
#include <string>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::ClearcutEnvironment { cuttlefish::Local , cuttlefish::Staging , cuttlefish::Production } |
Functions | |
| std::string | cuttlefish::EnvironmentToString (ClearcutEnvironment environment) |
Variables | |
| constexpr std::string_view | cuttlefish::kClearcutLocal = "local" |
| constexpr std::string_view | cuttlefish::kClearcutStaging = "staging" |
| constexpr std::string_view | cuttlefish::kClearcutProduction = "production" |