Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/remove.h"
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <android-base/logging.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/cli/utils.h"
#include "cuttlefish/host/commands/cvd/instances/config_path.h"
#include "cuttlefish/host/commands/cvd/instances/instance_group_record.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
Classes | |
class | cuttlefish::anonymous_namespace{remove.cpp}::RemoveCvdCommandHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{remove.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewRemoveCvdCommandHandler (InstanceManager &instance_manager) |