|
Android-cuttlefish cvd tool
|
#include <signal.h>#include <unistd.h>#include "absl/log/check.h"#include "absl/log/log.h"#include "absl/strings/str_split.h"#include "fmt/format.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/common/libs/fs/shared_buf.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/fs/shared_select.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/commands/modem_simulator/modem_simulator.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/log_names/log_names.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cpp} |
Functions | |
| DEFINE_string (server_fds, "", "A comma separated list of file descriptors") | |
| DEFINE_int32 (sim_type, 1, "Sim type: 1 for normal, 2 for CtsCarrierApiTestCases") | |
| std::vector< SharedFD > | cuttlefish::anonymous_namespace{main.cpp}::ServerFdsFromCmdline () |
| int | cuttlefish::anonymous_namespace{main.cpp}::ModemSimulatorMain (int argc, char **argv) |
| int | main (int argc, char **argv) |
| DEFINE_int32 | ( | sim_type | , |
| 1 | , | ||
| "Sim type: 1 for | normal, | ||
| 2 for CtsCarrierApiTestCases" | |||
| ) |
| DEFINE_string | ( | server_fds | , |
| "" | , | ||
| "A comma separated list of file descriptors" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |