A directory to be installed/removed. More...
Data Fields | |
const char * | dirName |
int | dirNameLen |
fileIndexEntry | files |
int | numFiles |
A directory to be installed/removed.
Definition at line 98 of file rpmal.c.
const char* dirInfo_s::dirName |
Directory path (+ trailing '/').
Definition at line 100 of file rpmal.c.
Referenced by dieCompare(), rpmalAdd(), rpmalAllFileSatisfiesDepend(), rpmalDel(), and rpmalFree().
No. bytes in directory path.
Definition at line 101 of file rpmal.c.
Referenced by dieCompare(), rpmalAdd(), rpmalAllFileSatisfiesDepend(), and rpmalDel().
Array of files in directory.
Definition at line 103 of file rpmal.c.
Referenced by rpmalAdd(), rpmalAllFileSatisfiesDepend(), rpmalDel(), and rpmalFree().
No. files in directory.
Definition at line 104 of file rpmal.c.
Referenced by rpmalAdd(), rpmalAllFileSatisfiesDepend(), and rpmalDel().