|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|
#include <FSI_dirUtils_posix.h>
Public Attributes | |
| DIR * | dir |
| int | dirfd |
| CSTR | path |
Definition at line 27 of file FSI_dirUtils_posix.h.
| DIR* FSI_DirData_POSIX::dir |
Definition at line 29 of file FSI_dirUtils_posix.h.
Referenced by fsi_closeDir(), and fsi_openDir().
| int FSI_DirData_POSIX::dirfd |
Definition at line 32 of file FSI_dirUtils_posix.h.
Referenced by fsi_openDir().
| CSTR FSI_DirData_POSIX::path |
Definition at line 30 of file FSI_dirUtils_posix.h.
Referenced by fsi_closeDir().