|
Android-cuttlefish cvd tool
|
#include <iostream>#include <optional>#include <string>#include <vector>#include "absl/cleanup/cleanup.h"#include "absl/log/log.h"#include "fmt/core.h"#include "google/protobuf/text_format.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/files/recursively_remove_directory.h"#include "cuttlefish/host/commands/snapshot_util_cvd/parse.h"#include "cuttlefish/host/commands/snapshot_util_cvd/snapshot_taker.h"#include "cuttlefish/host/libs/command_util/runner/run_cvd.pb.h"#include "cuttlefish/host/libs/command_util/util.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cc} |
Functions | |
| Result< void > | cuttlefish::anonymous_namespace{main.cc}::BroadcastLauncherAction (const CuttlefishConfig &config, const Parsed &parsed, run_cvd::ExtendedLauncherAction extended_action) |
| Result< void > | cuttlefish::anonymous_namespace{main.cc}::SnapshotCvdMain (std::vector< std::string > args) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |