Apache Mesos
|
#include <rootfs.hpp>
Static Public Member Functions | |
static Try< process::Owned< Rootfs > > | create (const std::string &root) |
Protected Member Functions | |
LinuxRootfs (const std::string &root) | |
Protected Member Functions inherited from mesos::internal::tests::Rootfs | |
Rootfs (const std::string &_root) | |
Additional Inherited Members | |
Public Member Functions inherited from mesos::internal::tests::Rootfs | |
virtual | ~Rootfs () |
Try< Nothing > | add (const std::string &path) |
Public Attributes inherited from mesos::internal::tests::Rootfs | |
const std::string | root |
|
inlineprotected |
|
static |