|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/instances/local_instance.h"#include <android-base/file.h>#include <fmt/format.h>#include <fstream>#include <memory>#include <set>#include <string>#include <string_view>#include <utility>#include "absl/log/log.h"#include "absl/strings/str_join.h"#include "absl/strings/strip.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/files/directory_contents.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/host/commands/cvd/cli/commands/host_tool_target.h"#include "cuttlefish/host/commands/cvd/cli/utils.h"#include "cuttlefish/host/commands/cvd/instances/status_fetcher.h"#include "cuttlefish/host/commands/cvd/utils/common.h"#include "cuttlefish/host/libs/command_util/runner/defs.h"#include "cuttlefish/host/libs/command_util/util.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/screen_recording_controls/screen_recording_controls.h"#include "cuttlefish/process/command.h"#include "cuttlefish/process/managed_stdio.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{local_instance.cpp} |
Functions | |
| void | cuttlefish::anonymous_namespace{local_instance.cpp}::AddEnvironmentForInstance (Command &cmd, const LocalInstance &instance) |
Variables | |
| constexpr int | cuttlefish::anonymous_namespace{local_instance.cpp}::BASE_ADB_PORT = 6520 |
| constexpr int | cuttlefish::anonymous_namespace{local_instance.cpp}::BASE_INSTANCE_ID = 1 |