|
Android-cuttlefish cvd tool
|
#include <stdlib.h>#include <iostream>#include "absl/log/log.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/process/command.h"#include "cuttlefish/process/managed_stdio.h"
Functions | |
| std::string | GetControlSocketPath (const cuttlefish::CuttlefishConfig &config) |
| int | status () |
| int | health () |
| int | present () |
| int | capacity () |
| int | aconline () |
| int | usage () |
| int | main (int argc, char **argv) |
Variables | |
| static constexpr char | kUsageMessage [] |
| int aconline | ( | ) |
| int capacity | ( | ) |
| std::string GetControlSocketPath | ( | const cuttlefish::CuttlefishConfig & | config | ) |
| int health | ( | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int present | ( | ) |
| int status | ( | ) |
| int usage | ( | void | ) |
|
staticconstexpr |