|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/cache.h"#include <stddef.h>#include <string>#include <string_view>#include <vector>#include "fmt/base.h"#include "fmt/core.h"#include "fmt/format.h"#include "fmt/ranges.h"#include "json/value.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cache/cache.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/utils/common.h"#include "cuttlefish/result/result.h"
Classes | |
| struct | cuttlefish::anonymous_namespace{cache.cpp}::CacheArguments |
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) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{cache.cpp}::kSummaryHelpText [] = "Manage the files cached by cvd" |