|
Android-cuttlefish cvd tool
|
Enumerations | |
| enum | ArgValueType { UINTEGER , BOOLEAN , TEXT } |
Functions | |
| bool | IsLocalBuild (std::string path) |
| Flag | GflagsCompatFlagOverride (const std::string &name, std::map< std::string, std::string, std::less< void > > &overrides) |
| bool | IsUnsignedInteger (const std::string &str) |
| ArgValueType | GetArgValueType (const std::string &str) |
| Json::Value | OverrideToJson (const std::string &key, const std::string &leafValue) |
| Result< Json::Value > | ParseJsonFile (const std::string &file_path) |
| Result< std::vector< std::string > > | GetSystemImagePaths (const EnvironmentSpecification &config) |
| std::optional< std::string > | GetSystemHostPath (const EnvironmentSpecification &config) |
| Result< Json::Value > | GetOverriddenConfig (const std::string &config_path, const std::map< std::string, std::string, std::less< void > > &override_flags) |
| EnvironmentSpecification | FillEmptyInstanceNames (EnvironmentSpecification env_spec) |
Variables | |
| constexpr std::string_view | kOverrideSeparator = ":" |
| constexpr std::string_view | kCredentialSourceOverride |
| constexpr std::string_view | kProjectIDOverride = "fetch.project_id" |
| enum cuttlefish::anonymous_namespace{load_configs_parser.cpp}::ArgValueType |
| EnvironmentSpecification cuttlefish::anonymous_namespace{load_configs_parser.cpp}::FillEmptyInstanceNames | ( | EnvironmentSpecification | env_spec | ) |
| ArgValueType cuttlefish::anonymous_namespace{load_configs_parser.cpp}::GetArgValueType | ( | const std::string & | str | ) |
| Result< Json::Value > cuttlefish::anonymous_namespace{load_configs_parser.cpp}::GetOverriddenConfig | ( | const std::string & | config_path, |
| const std::map< std::string, std::string, std::less< void > > & | override_flags | ||
| ) |
| std::optional< std::string > cuttlefish::anonymous_namespace{load_configs_parser.cpp}::GetSystemHostPath | ( | const EnvironmentSpecification & | config | ) |
| Result< std::vector< std::string > > cuttlefish::anonymous_namespace{load_configs_parser.cpp}::GetSystemImagePaths | ( | const EnvironmentSpecification & | config | ) |
| Flag cuttlefish::anonymous_namespace{load_configs_parser.cpp}::GflagsCompatFlagOverride | ( | const std::string & | name, |
| std::map< std::string, std::string, std::less< void > > & | overrides | ||
| ) |
| bool cuttlefish::anonymous_namespace{load_configs_parser.cpp}::IsLocalBuild | ( | std::string | path | ) |
| bool cuttlefish::anonymous_namespace{load_configs_parser.cpp}::IsUnsignedInteger | ( | const std::string & | str | ) |
| Json::Value cuttlefish::anonymous_namespace{load_configs_parser.cpp}::OverrideToJson | ( | const std::string & | key, |
| const std::string & | leafValue | ||
| ) |
| Result< Json::Value > cuttlefish::anonymous_namespace{load_configs_parser.cpp}::ParseJsonFile | ( | const std::string & | file_path | ) |
|
constexpr |
|
constexpr |
|
constexpr |