|
Android-cuttlefish cvd tool
|
#include <sys/wait.h>#include <cstdlib>#include <optional>#include <string>#include <string_view>#include <vector>#include "absl/log/log.h"#include "fmt/ranges.h"#include "cuttlefish/common/libs/utils/contains.h"#include "cuttlefish/host/commands/process_restarter/parser.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/config/logging.h"#include "cuttlefish/process/execute.h"#include "cuttlefish/process/subprocess_options.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cc} |
Functions | |
| static bool | cuttlefish::anonymous_namespace{main.cc}::ShouldRestartProcess (siginfo_t const &info, const Parser &parsed) |
| std::string_view | cuttlefish::anonymous_namespace{main.cc}::ExecutableShortName (std::string_view short_name) |
| Result< SubprocessOptions > | cuttlefish::anonymous_namespace{main.cc}::OptionsForExecutable (std::string_view name) |
| Result< int > | cuttlefish::anonymous_namespace{main.cc}::RunProcessRestarter (std::vector< std::string > args) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |