23 #ifndef BACKENDS_FS_CHROOT_CHROOT_FS_FACTORY_H 24 #define BACKENDS_FS_CHROOT_CHROOT_FS_FACTORY_H 26 #include "backends/fs/fs-factory.h" AbstractFSNode * makeCurrentDirectoryFileNode() const override
Definition: fs-factory.h:31
AbstractFSNode * makeRootFileNode() const override
Definition: chroot-fs-factory.h:33
Common::String getSystemFullPath(const Common::String &path) const override
Definition: abstract-fs.h:41
AbstractFSNode * makeFileNodePath(const Common::String &path) const override