|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/env.h"#include <signal.h>#include <stdlib.h>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "absl/strings/str_cat.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/process/managed_stdio.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{env.cpp} |
Functions | |
| Result< Command > | cuttlefish::anonymous_namespace{env.cpp}::HelpCommand (const CommandRequest &request) |
| Result< Command > | cuttlefish::anonymous_namespace{env.cpp}::NonHelpCommand (InstanceManager &instance_manager, const CommandRequest &request) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{env.cpp}::kCvdEnvBin [] = "cvd_internal_env" |
| constexpr char | cuttlefish::anonymous_namespace{env.cpp}::kSummaryHelpText [] |
| constexpr char | cuttlefish::anonymous_namespace{env.cpp}::kDetailedHelpText [] |