Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cvd.h"
#include <iostream>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <android-base/file.h>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/utils/environment.h"
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/frontline_parser.h"
#include "cuttlefish/host/commands/cvd/cli/request_context.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/instances/lock/instance_lock.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{cvd.cpp} |
Functions | |
void | cuttlefish::anonymous_namespace{cvd.cpp}::CallPythonAcloud (std::vector< std::string > &args) |