17 #ifndef __TEST_ROOTFS_HPP__
18 #define __TEST_ROOTFS_HPP__
21 #error "tests/containerizer/rootfs.hpp is only available on Linux systems"
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
const std::string root
Definition: rootfs.hpp:44
static Try< process::Owned< Rootfs > > create(const std::string &root)