|
Android-cuttlefish cvd tool
|
#include <compare>#include <memory>#include <string>#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"#include "cuttlefish/host/libs/config/fetcher_config.h"#include "cuttlefish/host/libs/config/file_source.h"#include "cuttlefish/pretty/pretty.h"#include "cuttlefish/pretty/struct.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::AndroidBuildKey |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< std::unique_ptr< AndroidBuild > > | cuttlefish::IdentifyAndroidBuild (const std::string &system_image_dir, const FetcherConfig &config, FileSource source) |
| Result< std::unique_ptr< AndroidBuild > > | cuttlefish::IdentifyAndroidBuild (const AndroidBuildKey &android_build_key) |
| std::string | cuttlefish::format_as (const AndroidBuildKey &key) |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, const AndroidBuildKey &key) |
| PrettyStruct | cuttlefish::Pretty (const AndroidBuildKey &key, PrettyAdlPlaceholder) |