Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/powerwash.h"
#include <chrono>
#include <memory>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.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/selector/selector.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
Classes | |
struct | cuttlefish::anonymous_namespace{powerwash.cpp}::PowerwashOptions |
class | cuttlefish::anonymous_namespace{powerwash.cpp}::CvdDevicePowerwashCommandHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{powerwash.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdDevicePowerwashCommandHandler (InstanceManager &instance_manager) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{powerwash.cpp}::kSummaryHelpText [] = "Reset device to first boot state" |
constexpr char | cuttlefish::anonymous_namespace{powerwash.cpp}::kDetailedHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{powerwash.cpp}::kPowerwashCmd [] = "powerwash" |