|
Android-cuttlefish cvd tool
|
#include <string>#include <unordered_map>#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< std::unordered_map< std::string, std::string > > | cuttlefish::BootconfigArgsFromConfig (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance, const std::map< std::string, std::string, std::less< void > > builtin_bootconfig_args) |
| Result< std::string > | cuttlefish::BootconfigArgsString (const std::unordered_map< std::string, std::string > &args, const std::string &separator) |