Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/reset.h"
#include <ctype.h>
#include <algorithm>
#include <iostream>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/utils/files.h"
#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/types.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/instances/reset_client_utils.h"
#include "cuttlefish/host/commands/cvd/utils/common.h"
Classes | |
struct | cuttlefish::anonymous_namespace{reset.cpp}::ParsedFlags |
class | cuttlefish::anonymous_namespace{reset.cpp}::CvdResetCommandHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{reset.cpp} |
Functions | |
static Result< ParsedFlags > | cuttlefish::anonymous_namespace{reset.cpp}::ParseResetFlags (cvd_common::Args subcmd_args) |
static bool | cuttlefish::anonymous_namespace{reset.cpp}::GetUserConfirm () |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdResetCommandHandler (InstanceManager &instance_manager) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{reset.cpp}::kSummaryHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{reset.cpp}::kDetailedHelpText [] |