Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/stop.h"
#include <signal.h>
#include <stdlib.h>
#include <functional>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/common/libs/utils/users.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/commands/host_tool_target.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/cvd_persistent_data.pb.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/utils/common.h"
Classes | |
class | cuttlefish::anonymous_namespace{stop.cpp}::CvdStopCommandHandler |
struct | cuttlefish::anonymous_namespace{stop.cpp}::CvdStopCommandHandler::BinPathInfo |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{stop.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdStopCommandHandler (InstanceManager &instance_manager) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{stop.cpp}::kSummaryHelpText [] |