![]() |
CernVM-FS
2.12.0
|
Public Member Functions | |
RemoveTreeHelper () | |
void | RemoveFile (const std::string &parent_path, const std::string &name) |
void | RemoveDir (const std::string &parent_path, const std::string &name) |
bool | TryRemoveDir (const std::string &parent_path, const std::string &name) |
Public Attributes | |
bool | success |
Helper class that provides callback functions for the file system traversal.
|
inline |
Definition at line 1091 of file posix.cc.
Referenced by RemoveTree().
|
inline |
Definition at line 1086 of file posix.cc.
Referenced by RemoveTree().
|
inline |
Definition at line 1096 of file posix.cc.
Referenced by RemoveTree().
bool RemoveTreeHelper::success |
Definition at line 1082 of file posix.cc.
Referenced by RemoveTree().