|
Android-cuttlefish cvd tool
|
#include <android-base/logging.h>#include <asm-generic/socket.h>#include "gflags/gflags.h"#include <pwd.h>#include <sys/socket.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>#include <atomic>#include <cstdint>#include <cstdlib>#include <iomanip>#include <iostream>#include <optional>#include <set>#include <sstream>#include <thread>#include "alloc_utils.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/host/libs/config/logging.h"#include "request.h"#include "resource_manager.h"
Functions | |
| DEFINE_string (socket_path, cuttlefish::kDefaultLocation, "Socket path") | |
| DEFINE_bool (ebtables_legacy, false, "use ebtables-legacy instead of ebtables") | |
| int | main (int argc, char *argv[]) |
| DEFINE_bool | ( | ebtables_legacy | , |
| false | , | ||
| "use ebtables-legacy instead of ebtables" | |||
| ) |
| DEFINE_string | ( | socket_path | , |
| cuttlefish::kDefaultLocation | , | ||
| "Socket path" | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |