Android-cuttlefish cvd tool
|
#include <string>
#include <unordered_map>
#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::unordered_map< std::string, std::string > > | cuttlefish::BootconfigArgsFromConfig (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance) |
Result< std::string > | cuttlefish::BootconfigArgsString (const std::unordered_map< std::string, std::string > &args, const std::string &separator) |