rpm
4.5
|
Associates a trailing sub-directory and final base name with an existing directory finger print. More...
#include <rpmdb/fprint.h>
Data Fields | |
struct fprintCacheEntry_s * | entry |
const char * | subDir |
const char * | baseName |
Associates a trailing sub-directory and final base name with an existing directory finger print.
const char* fingerPrint_s::baseName |
file base name
Definition at line 51 of file fprint.h.
Referenced by doLookup(), fpHashFunction(), fpLookupList(), and fpsCompare().
directory finger print entry (the directory path is stat(2)-able
Definition at line 46 of file fprint.h.
Referenced by doLookup(), fpHashFunction(), fpLookupList(), fpsCompare(), and handleOverlappedFiles().
const char* fingerPrint_s::subDir |
trailing sub-directory path (directories that are not stat(2)-able
Definition at line 49 of file fprint.h.
Referenced by doLookup(), fpLookupList(), and fpsCompare().