Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/acloud/config.h"
#include <fstream>
#include <sstream>
#include <string>
#include <google/protobuf/text_format.h>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/users.h"
Namespaces | |
namespace | cuttlefish |
Functions | |
template<typename ProtoType > | |
Result< ProtoType > | cuttlefish::ParseTextProtoConfigHelper (const std::string &config_path) |
Result< const std::string > | cuttlefish::GetDefaultConfigFile () |
Result< AcloudConfig > | cuttlefish::LoadAcloudConfig (const std::string &user_config_path) |