|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/fetch/downloaders.h"#include <fstream>#include <string>#include "android-base/file.h"#include "fmt/core.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser.h"#include "cuttlefish/result/result.h"#include "cuttlefish/result/result_matchers.h"
Classes | |
| class | cuttlefish::FetchCvdTests |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| void | cuttlefish::CreateTempFileWithText (const std::string &filepath, const std::string &text) |
| cuttlefish::TEST_F (FetchCvdTests, CasDownloaderNotCalledIfNoFlags) | |
| cuttlefish::TEST_F (FetchCvdTests, CasDownloaderInvokedIfDownloaderPathSetOnCommandLine) | |
| cuttlefish::TEST_F (FetchCvdTests, CasDownloaderInvokedIfDownloaderPathSetInCasConfig) | |