|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/android_build/combined_android_build.h"#include <functional>#include <memory>#include <set>#include <string>#include <utility>#include <vector>#include "gmock/gmock-matchers.h"#include "gtest/gtest.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/fake_android_build.h"#include "cuttlefish/result/result.h"#include "cuttlefish/result/result_matchers.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{combined_android_build_test.cc} |
Functions | |
| Result< std::unique_ptr< AndroidBuild > > | cuttlefish::anonymous_namespace{combined_android_build_test.cc}::CombineFakeBuilds (std::vector< FakeAndroidBuild > fakes) |
| cuttlefish::anonymous_namespace{combined_android_build_test.cc}::TEST (CombinedAndroidBuild, Construct) | |
| cuttlefish::anonymous_namespace{combined_android_build_test.cc}::TEST (CombinedAndroidBuild, MergesImages) | |
| cuttlefish::anonymous_namespace{combined_android_build_test.cc}::TEST (CombinedAndroidBuild, PrefersExtractedImage) | |
| cuttlefish::anonymous_namespace{combined_android_build_test.cc}::TEST (CombinedAndroidBuild, IgnoresMissingImage) | |
| cuttlefish::anonymous_namespace{combined_android_build_test.cc}::TEST (CombinedAndroidBuild, MergesLogicalPartitions) | |