|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/display.h"#include <signal.h>#include <stdlib.h>#include <iostream>#include <sstream>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "absl/strings/str_cat.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector.h"#include "cuttlefish/host/commands/cvd/cli/utils.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/host/commands/cvd/utils/common.h"#include "cuttlefish/process/command.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{display.cpp} |
Functions | |
| Result< Command > | cuttlefish::anonymous_namespace{display.cpp}::BuildCommand (InstanceManager &instance_manager, const CommandRequest &request, std::vector< std::string > &subcmd_args, std::unordered_map< std::string, std::string > envs) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{display.cpp}::kDisplayBin [] = "cvd_internal_display" |
| constexpr char | cuttlefish::anonymous_namespace{display.cpp}::kSummaryHelpText [] |
| constexpr char | cuttlefish::anonymous_namespace{display.cpp}::kDetailedHelpText [] |