CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cvmfs_suid_util.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_CVMFS_SUID_UTIL_H_
6 #define CVMFS_CVMFS_SUID_UTIL_H_
7 
8 #include <string>
9 
10 namespace cvmfs_suid {
11 
12 std::string EscapeSystemdUnit(const std::string &path);
13 bool PathExists(const std::string &path);
14 std::string ResolvePath(const std::string &path);
15 
16 } // namespace cvmfs_suid
17 
18 #endif // CVMFS_CVMFS_SUID_UTIL_H_
string EscapeSystemdUnit(const string &path)
string ResolvePath(const std::string &path)
bool PathExists(const std::string &path)