CernVM-FS
2.12.0
|
Functions | |
string | EscapeSystemdUnit (const string &path) |
bool | PathExists (const std::string &path) |
string | ResolvePath (const std::string &path) |
std::string | EscapeSystemdUnit (const std::string &path) |
This file is part of the CernVM File System
std::string cvmfs_suid::EscapeSystemdUnit | ( | const std::string & | path | ) |
string cvmfs_suid::EscapeSystemdUnit | ( | const string & | path | ) |
Makes a systemd mount unit string from the given path, such as a-b-c.mount from /a/b/c
Definition at line 24 of file cvmfs_suid_util.cc.
Referenced by Mount().
bool cvmfs_suid::PathExists | ( | const std::string & | path | ) |
Definition at line 61 of file cvmfs_suid_util.cc.
Referenced by Mount().
std::string cvmfs_suid::ResolvePath | ( | const std::string & | path | ) |
Definition at line 68 of file cvmfs_suid_util.cc.
Referenced by IsMountPoint(), Mount(), and ResolvePath().