|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/fetch.h"#include <string>#include <utility>#include <vector>#include "absl/log/log.h"#include "fmt/core.h"#include "fmt/format.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/commands/cvd/cache/cache.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/fetch/auto_login.h"#include "cuttlefish/host/commands/cvd/fetch/build_api_flags.h"#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd.h"#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser.h"#include "cuttlefish/host/commands/cvd/utils/common.h"#include "cuttlefish/metrics/fetch_metrics_orchestration.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{fetch.cpp} |
Functions | |
| Result< void > | cuttlefish::anonymous_namespace{fetch.cpp}::RunAutoLogin (const BuildApiFlags &build_api_flags) |
| Result< void > | cuttlefish::anonymous_namespace{fetch.cpp}::RunCacheCleanup (const BuildApiFlags &build_api_flags) |