Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/acloud_command.h"
#include <signal.h>
#include <stdlib.h>
#include <iostream>
#include <memory>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include <android-base/file.h>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/fs/shared_buf.h"
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/environment.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/host/commands/cvd/acloud/converter.h"
#include "cuttlefish/host/commands/cvd/acloud/create_converter_parser.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/command_sequence.h"
#include "cuttlefish/host/commands/cvd/cli/commands/acloud_common.h"
#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
Classes | |
class | cuttlefish::anonymous_namespace{acloud_command.cpp}::AcloudCommand |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{acloud_command.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewAcloudCommand (CommandSequenceExecutor &executor) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{acloud_command.cpp}::kSummaryHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{acloud_command.cpp}::kDetailedHelpText [] |