rpm  5.4.14
Data Fields
fingerPrint_s Struct Reference

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
 

Detailed Description

Associates a trailing sub-directory and final base name with an existing directory finger print.

Definition at line 50 of file fprint.h.

Field Documentation

const char* fingerPrint_s::baseName

file base name

Definition at line 57 of file fprint.h.

Referenced by doLookup(), fpHashFunction(), fpLookupList(), fpLookupSubdir(), and rpmtsCheckInstalledFiles().

struct fprintCacheEntry_s* fingerPrint_s::entry

directory finger print entry (the directory path is stat(2)-able

Definition at line 52 of file fprint.h.

Referenced by doLookup(), fpHashFunction(), fpLookupList(), and handleOverlappedFiles().

const char* fingerPrint_s::subDir

trailing sub-directory path (directories that are not stat(2)-able

Definition at line 55 of file fprint.h.

Referenced by doLookup(), and fpLookupList().


The documentation for this struct was generated from the following file: