Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/instances/device_name.h"
#include <regex>
#include <vector>
#include <android-base/strings.h>
Namespaces | |
namespace | cuttlefish |
Functions | |
bool | cuttlefish::IsValidGroupName (const std::string &token) |
bool | cuttlefish::IsValidInstanceName (const std::string &token) |
Result< DeviceName > | cuttlefish::BreakDeviceName (const std::string &device_name) |
bool | cuttlefish::IsValidDeviceName (const std::string &token) |