Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/fetch.h"
#include <unistd.h>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <android-base/logging.h>
#include <fmt/core.h>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/result.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/cli/commands/command_handler.h"
#include "cuttlefish/host/commands/cvd/cli/types.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"
Classes | |
class | cuttlefish::anonymous_namespace{fetch.cpp}::CvdFetchCommandHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{fetch.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdFetchCommandHandler () |