|
Android-cuttlefish cvd tool
|
#include <fcntl.h>#include <signal.h>#include <stdint.h>#include <unistd.h>#include "absl/log/check.h"#include "absl/log/log.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/host/libs/config/config_instance_derived.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/config/logging.h"#include "cuttlefish/io/write_exact.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cpp} |
Functions | |
| DEFINE_int32 (log_pipe_fd, -1, "A file descriptor representing a (UNIX) socket from which to " "read the logs. If -1 is given the socket is created according to " "the instance configuration") | |
| Result< void > | cuttlefish::anonymous_namespace{main.cpp}::Main (int argc, char **argv) |
| int | main (int argc, char **argv) |
| DEFINE_int32 | ( | log_pipe_fd | , |
| - | 1, | ||
| "A file descriptor representing a (UNIX) socket from which to " "read the logs. If -1 is given the socket is created according to " "the instance configuration" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |