|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|
#include "../../../inc/fsi/FSIpredefines.h"#include "../../../inc/fsi/core/interfaces/FSI_dirUtils_posix.h"#include <stdlib.h>
Go to the source code of this file.
Functions | |
| void | fsi_closeDir (FSI_DirData *d) |
| Get the directory data to deallocate memory. | |
| int | fsi_openDir (FSI_DirData *d, const char *path) |
| Open directory as read only. | |
| void fsi_closeDir | ( | FSI_DirData * | d | ) |
Get the directory data to deallocate memory.
| d | Object to deallocate |
Definition at line 41 of file FSI_dirUtils_posix.c.
References FSI_DirData_POSIX::dir, FSI_FREE, FSI_DirData::impl, and FSI_DirData_POSIX::path.
| int fsi_openDir | ( | FSI_DirData * | d, |
| const char * | path ) |
Open directory as read only.
| d | Directory data |
| path | Path to open dir |
Definition at line 9 of file FSI_dirUtils_posix.c.
References FSI_DirData_POSIX::dir, FSI_DirData_POSIX::dirfd, and FSI_DirData::impl.