Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/cache.h"
#include <cstddef>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <json/value.h>
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.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/utils/common.h"
Classes | |
struct | cuttlefish::anonymous_namespace{cache.cpp}::CacheArguments |
class | cuttlefish::anonymous_namespace{cache.cpp}::CvdCacheCommandHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{cache.cpp} |
Functions | |
Result< Action > | cuttlefish::anonymous_namespace{cache.cpp}::ToAction (std::string_view key) |
Result< CacheArguments > | cuttlefish::anonymous_namespace{cache.cpp}::ProcessArguments (const std::vector< std::string > &subcommand_arguments) |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdCacheCommandHandler () |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{cache.cpp}::kSummaryHelpText [] = "Manage the files cached by cvd" |