Android-cuttlefish cvd tool
|
#include <termios.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <condition_variable>
#include <deque>
#include <mutex>
#include <thread>
#include <vector>
#include <gflags/gflags.h>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/fs/shared_select.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/logging.h"
Classes | |
class | cuttlefish::ConsoleForwarder |
Namespaces | |
namespace | cuttlefish |
Functions | |
DEFINE_int32 (console_in_fd, -1, "File descriptor for the console's input channel") | |
DEFINE_int32 (console_out_fd, -1, "File descriptor for the console's output channel") | |
int | cuttlefish::ConsoleForwarderMain (int argc, char **argv) |
int | main (int argc, char **argv) |
DEFINE_int32 | ( | console_in_fd | , |
- | 1, | ||
"File descriptor for the console's input channel" | |||
) |
DEFINE_int32 | ( | console_out_fd | , |
- | 1, | ||
"File descriptor for the console's output channel" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |