Android-cuttlefish cvd tool
|
Classes | |
struct | CacheArguments |
class | CvdCacheCommandHandler |
Enumerations | |
enum class | Action { Empty , Info , Prune } |
Functions | |
Result< std::vector< std::string > > | CacheFilesDesc (const std::string &cache_directory) |
Result< Action > | ToAction (std::string_view key) |
Result< CacheArguments > | ProcessArguments (const std::vector< std::string > &subcommand_arguments) |
Variables | |
constexpr char | kSummaryHelpText [] = "Manage the files cached by cvd" |
Result< std::vector< std::string > > cuttlefish::anonymous_namespace{cache.cpp}::CacheFilesDesc | ( | const std::string & | cache_directory | ) |
Result< CacheArguments > cuttlefish::anonymous_namespace{cache.cpp}::ProcessArguments | ( | const std::vector< std::string > & | subcommand_arguments | ) |
|
constexpr |