Android-cuttlefish cvd tool
|
#include <sys/types.h>
#include <optional>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/cvd/cli/selector/selector_common_parser.h"
#include "cuttlefish/host/commands/cvd/instances/cvd_persistent_data.pb.h"
#include "cuttlefish/host/commands/cvd/instances/lock/instance_lock.h"
Go to the source code of this file.
Classes | |
struct | cuttlefish::selector::PerInstanceInfo |
struct | cuttlefish::selector::GroupCreationInfo |
struct | cuttlefish::selector::CreationAnalyzerParam |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::selector |
Functions | |
Result< GroupCreationInfo > | cuttlefish::selector::AnalyzeCreation (const CreationAnalyzerParam ¶ms, InstanceLockFileManager &lock_file_manager) |