Android-cuttlefish cvd tool
Classes | Namespaces | Enumerations | Functions | Variables
cache.cpp File Reference
#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"
Include dependency graph for cache.cpp:

Classes

struct  cuttlefish::anonymous_namespace{cache.cpp}::CacheArguments
 
class  cuttlefish::anonymous_namespace{cache.cpp}::CvdCacheCommandHandler
 

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{cache.cpp}
 

Enumerations

enum class  cuttlefish::anonymous_namespace{cache.cpp}::Action { cuttlefish::anonymous_namespace{cache.cpp}::Empty , cuttlefish::anonymous_namespace{cache.cpp}::Info , cuttlefish::anonymous_namespace{cache.cpp}::Prune }
 

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"