|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/snapshot.h"#include <signal.h>#include <stdlib.h>#include <iostream>#include <sstream>#include <string>#include <unordered_map>#include <vector>#include "absl/log/log.h"#include "android-base/file.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/commands/host_tool_target.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/instances/local_instance_group.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{snapshot.cpp} |
Functions | |
| Result< std::string > | cuttlefish::anonymous_namespace{snapshot.cpp}::GetBin (const std::string &host_artifacts_path) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{snapshot.cpp}::kSummaryHelpText [] |
| constexpr char | cuttlefish::anonymous_namespace{snapshot.cpp}::kDetailedHelpText [] |