Android-cuttlefish cvd tool
|
#include <optional>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< std::optional< CuttlefishConfig::DisplayConfig > > | cuttlefish::ParseDisplayConfig (const std::string &flag) |
Result< std::vector< CuttlefishConfig::DisplayConfig > > | cuttlefish::ParseDisplayConfigsFromArgs (std::vector< std::string > &args) |
Variables | |
constexpr const char | cuttlefish::kDisplayFlag [] = "display" |
constexpr const char | cuttlefish::kDisplayHelp [] |