file system handling routines More...
#include <string>
Go to the source code of this file.
Namespaces | |
lxcpp | |
Functions | |
void | lxcpp::mount (const std::string &source, const std::string &target, const std::string &filesystemtype, unsigned long mountflags, const std::string &data) |
void | lxcpp::umount (const std::string &path, const int flags) |
bool | lxcpp::isMountPoint (const std::string &path) |
bool | lxcpp::isMountPointShared (const std::string &path) |
Detect whether path is mounted as MS_SHARED. More... | |
void | lxcpp::fchdir (int fd) |
void | lxcpp::chdir (const std::string &path) |
file system handling routines