Apache Mesos
Classes | Functions
ldcache Namespace Reference

Classes

struct  Entry
 

Functions

Try< std::vector< Entry > > parse (const std::string &path="/etc/ld.so.cache")
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 

Function Documentation

Try<std::vector<Entry> > ldcache::parse ( const std::string &  s)
inline

Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string.

Parses Roles from text in the form "role1,role2,role3".