libzypp
17.28.5
|
Simple cache remembering device/inode to detect hardlinks. More...
#include <fs/PathInfo.h>
Public Member Functions | |
DevInoCache () | |
Ctor. More... | |
void | clear () |
Clear cache. More... | |
bool | insert (const dev_t &dev_r, const ino_t &ino_r) |
Remember dev/ino. More... | |
Private Attributes | |
std::map< dev_t, std::set< ino_t > > | _devino |
Simple cache remembering device/inode to detect hardlinks.
Definition at line 185 of file PathInfo.h.
|
inline |
Ctor.
Definition at line 189 of file PathInfo.h.
|
inline |
Clear cache.
Definition at line 192 of file PathInfo.h.
|
inline |
Remember dev/ino.
true
if it's inserted the first time, false
if alredy present in cache (a hardlink to a previously remembered file).
Definition at line 199 of file PathInfo.h.
|
private |
Definition at line 204 of file PathInfo.h.