|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cvd.h"#include <iostream>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"#include "cuttlefish/host/commands/cvd/cli/frontline_parser.h"#include "cuttlefish/host/commands/cvd/cli/request_context.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector_common_parser.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/host/commands/cvd/instances/lock/instance_lock.h"#include "cuttlefish/host/libs/vm_manager/host_configuration.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| static Result< void > | cuttlefish::EnforceHostConfigured () |