Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/try_acloud.h"
#include <signal.h>
#include <stdlib.h>
#include <csignal>
#include <memory>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#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/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/host/commands/cvd/acloud/config.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/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::TryAcloudCommand |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{try_acloud.cpp} |
Macros | |
#define | ENABLE_CVDR_TRANSLATION 1 |
Functions | |
bool | cuttlefish::anonymous_namespace{try_acloud.cpp}::CheckIfCvdrExist () |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewTryAcloudCommand () |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{try_acloud.cpp}::kCvdrBinName [] = "cvdr" |
constexpr char | cuttlefish::anonymous_namespace{try_acloud.cpp}::kSummaryHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{try_acloud.cpp}::kDetailedHelpText [] |
#define ENABLE_CVDR_TRANSLATION 1 |