17 #ifndef __TEST_ROOTFS_HPP__ 18 #define __TEST_ROOTFS_HPP__ 21 #error "tests/containerizer/rootfs.hpp is only available on Linux systems" 47 Rootfs(
const std::string& _root) : root(_root) {}
51 const std::string& source,
52 const std::string& destination);
69 #endif // __TEST_ROOTFS_HPP__ Definition: rootfs.hpp:35
Definition: rootfs.hpp:56
Rootfs(const std::string &_root)
Definition: rootfs.hpp:47
Try< Nothing > add(const std::string &path)
LinuxRootfs(const std::string &root)
Definition: rootfs.hpp:62
Definition: attributes.hpp:24
const std::string root
Definition: rootfs.hpp:44
Try< Nothing > create(const std::string &hierarchy, const std::string &cgroup, bool recursive=false)