Android-cuttlefish cvd tool
Classes | Namespaces | Functions
device_name.h File Reference
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for device_name.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::DeviceName
 

Namespaces

namespace  cuttlefish
 

Functions

bool cuttlefish::IsValidInstanceName (const std::string &token)
 
bool cuttlefish::IsValidGroupName (const std::string &token)
 
bool cuttlefish::IsValidDeviceName (const std::string &token)
 
Result< DeviceName > cuttlefish::BreakDeviceName (const std::string &device_name)