|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/android_build/img_zip.h"#include <functional>#include <map>#include <memory>#include <optional>#include <set>#include <string>#include <string_view>#include <utility>#include "absl/strings/str_cat.h"#include "absl/strings/strip.h"#include "google/protobuf/text_format.h"#include "cuttlefish/common/libs/key_equals_value/key_equals_value.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/find_build_archive.h"#include "cuttlefish/host/commands/assemble_cvd/proto/guest_config.pb.h"#include "cuttlefish/host/libs/config/build_archive.h"#include "cuttlefish/host/libs/config/fetcher_config.h"#include "cuttlefish/host/libs/config/file_source.h"#include "cuttlefish/pretty/map.h"#include "cuttlefish/pretty/optional.h"#include "cuttlefish/pretty/result.h"#include "cuttlefish/pretty/set.h"#include "cuttlefish/pretty/struct.h"#include "cuttlefish/result/result.h"
Classes | |
| class | cuttlefish::anonymous_namespace{img_zip.cc}::ImgZipImpl |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{img_zip.cc} |
Functions | |
| Result< std::unique_ptr< AndroidBuild > > | cuttlefish::ImgZip (const FetcherConfig &config, FileSource source) |
| Result< std::unique_ptr< AndroidBuild > > | cuttlefish::ImgZip (const std::string &path) |
Variables | |
| static constexpr std::string_view | cuttlefish::anonymous_namespace{img_zip.cc}::kImgMatch = "-img-" |
| static constexpr std::string_view | cuttlefish::anonymous_namespace{img_zip.cc}::kImgSuffix = ".img" |