Android-cuttlefish cvd tool
Namespaces | Functions
bootconfig_args.h File Reference
#include <string>
#include <unordered_map>
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/result/result.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, 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)