Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/load_configs.h"
#include <cstdlib>
#include <iostream>
#include <memory>
#include <mutex>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include <android-base/logging.h>
#include <fmt/core.h>
#include "cuttlefish/common/libs/utils/contains.h"
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/result.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/command_handler.h"
#include "cuttlefish/host/commands/cvd/cli/parser/load_configs_parser.h"
#include "cuttlefish/host/commands/cvd/cli/selector/creation_analyzer.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd.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"
#include "cuttlefish/host/commands/cvd/utils/interrupt_listener.h"
Classes | |
class | cuttlefish::anonymous_namespace{load_configs.cpp}::LoadConfigsCommand |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{load_configs.cpp} |
Functions | |
Result< CvdFlags > | cuttlefish::anonymous_namespace{load_configs.cpp}::GetCvdFlags (const CommandRequest &request) |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewLoadConfigsCommand (CommandSequenceExecutor &executor, InstanceManager &instance_manager) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{load_configs.cpp}::kSummaryHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{load_configs.cpp}::kDetailedHelpText [] |