#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
#include <cerrno>
#include <iosfwd>
#include <list>
#include <set>
#include <map>
#include <y2util/Pathname.h>
Go to the source code of this file.
Classes | |
class | PathInfo |
Wrapper class for ::stat/::lstat and other file/directory related operations. More... | |
struct | PathInfo::direntry |
class | PathInfo::stat_mode |
Wrapper class for mode_t values as derived from ::stat. More... | |
class | PathInfo::devino_cache |
Simple cache remembering device/inode to detect hardlinks. More... |