#include <fprint.h>
Data Fields | |
fprintCacheEntry_s * | entry |
const char * | subDir |
const char * | baseName |
Definition at line 44 of file fprint.h.
struct fprintCacheEntry_s* fingerPrint_s::entry [read] |
directory finger print entry (the directory path is stat(2)-able
Definition at line 46 of file fprint.h.
Referenced by doLookup(), findFps(), fpHashFunction(), fpsCompare(), and handleOverlappedFiles().
const char* fingerPrint_s::subDir |
trailing sub-directory path (directories that are not stat(2)-able
Definition at line 48 of file fprint.h.
Referenced by doLookup(), findFps(), fpLookupList(), and fpsCompare().
const char* fingerPrint_s::baseName |
file base name
Definition at line 49 of file fprint.h.
Referenced by doLookup(), findFps(), fpHashFunction(), fpLookupList(), and fpsCompare().