Android-cuttlefish cvd tool
Static Public Member Functions | Public Attributes | List of all members
cuttlefish::FetchFlags Struct Reference

#include <fetch_cvd_parser.h>

Collaboration diagram for cuttlefish::FetchFlags:
Collaboration graph
[legend]

Static Public Member Functions

static Result< FetchFlagsParse (std::vector< std::string > &args)
 

Public Attributes

std::string target_directory = kDefaultTargetDirectory
 
std::optional< BuildStringhost_package_build
 
bool keep_downloaded_archives = kDefaultKeepDownloadedArchives
 
android::base::LogSeverity verbosity = android::base::INFO
 
bool helpxml = false
 
BuildApiFlags build_api_flags
 
VectorFlags vector_flags
 
std::vector< std::string > host_substitutions
 

Member Function Documentation

◆ Parse()

Result< FetchFlags > cuttlefish::FetchFlags::Parse ( std::vector< std::string > &  args)
static

Member Data Documentation

◆ build_api_flags

BuildApiFlags cuttlefish::FetchFlags::build_api_flags

◆ helpxml

bool cuttlefish::FetchFlags::helpxml = false

◆ host_package_build

std::optional<BuildString> cuttlefish::FetchFlags::host_package_build

◆ host_substitutions

std::vector<std::string> cuttlefish::FetchFlags::host_substitutions

◆ keep_downloaded_archives

bool cuttlefish::FetchFlags::keep_downloaded_archives = kDefaultKeepDownloadedArchives

◆ target_directory

std::string cuttlefish::FetchFlags::target_directory = kDefaultTargetDirectory

◆ vector_flags

VectorFlags cuttlefish::FetchFlags::vector_flags

◆ verbosity

android::base::LogSeverity cuttlefish::FetchFlags::verbosity = android::base::INFO

The documentation for this struct was generated from the following files: