|
Android-cuttlefish cvd tool
|
#include <sys/types.h>#include <chrono>#include <optional>#include <string>#include <utility>#include <vector>#include "cuttlefish/host/commands/cvd/instances/instance_database.h"#include "cuttlefish/host/commands/cvd/instances/local_instance.h"#include "cuttlefish/host/commands/cvd/instances/local_instance_group.h"#include "cuttlefish/host/commands/cvd/instances/lock/instance_lock.h"#include "cuttlefish/result/result.h"
Go to the source code of this file.
Classes | |
| struct | cuttlefish::InstanceParams |
| struct | cuttlefish::InstanceGroupParams |
| class | cuttlefish::InstanceManager |
| struct | cuttlefish::InstanceManager::GroupDirectories |
| struct | cuttlefish::InstanceManager::InternalInstanceDesc |
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::InstanceDirActionOnStop { cuttlefish::Keep , cuttlefish::Clear } |