Android-cuttlefish cvd tool
Namespaces | Functions
bootconfig_args.h File Reference
#include <string>
#include <unordered_map>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Include dependency graph for bootconfig_args.h:
This graph shows which files directly or indirectly include this file:

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)