Android-cuttlefish cvd tool
|
#include <stdlib.h>
#include <iostream>
#include <android-base/logging.h>
#include <gflags/gflags.h>
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/common/libs/utils/subprocess_managed_stdio.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.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 |