Symbol: fssh_DIR
headers/private/fs_shell/fssh_api_wrapper.h
196
#define DIR fssh_DIR
headers/private/fs_shell/fssh_dirent.h
33
fssh_DIR *fssh_opendir(const char *dirname);
headers/private/fs_shell/fssh_dirent.h
34
struct fssh_dirent *fssh_readdir(fssh_DIR *dir);
headers/private/fs_shell/fssh_dirent.h
35
int fssh_readdir_r(fssh_DIR *dir, struct fssh_dirent *entry,
headers/private/fs_shell/fssh_dirent.h
37
int fssh_closedir(fssh_DIR *dir);
headers/private/fs_shell/fssh_dirent.h
38
void fssh_rewinddir(fssh_DIR *dir);
headers/private/fs_shell/fssh_dirent.h
39
void fssh_seekdir(fssh_DIR *dir, long int loc);
headers/private/fs_shell/fssh_dirent.h
40
long int fssh_telldir(fssh_DIR *);
headers/private/fs_shell/fssh_fs_attr.h
40
extern fssh_DIR *fssh_fs_open_attr_dir(const char *path);
headers/private/fs_shell/fssh_fs_attr.h
41
extern fssh_DIR *fssh_fs_fopen_attr_dir(int fd);
headers/private/fs_shell/fssh_fs_attr.h
42
extern int fssh_fs_close_attr_dir(fssh_DIR *dir);
headers/private/fs_shell/fssh_fs_attr.h
43
extern struct fssh_dirent *fssh_fs_read_attr_dir(fssh_DIR *dir);
headers/private/fs_shell/fssh_fs_attr.h
44
extern void fssh_fs_rewind_attr_dir(fssh_DIR *dir);
headers/private/fs_shell/fssh_fs_index.h
33
extern fssh_DIR *fssh_fs_open_index_dir(fssh_dev_t device);
headers/private/fs_shell/fssh_fs_index.h
34
extern int fssh_fs_close_index_dir(fssh_DIR *indexDirectory);
headers/private/fs_shell/fssh_fs_index.h
35
extern struct fssh_dirent *fssh_fs_read_index_dir(fssh_DIR *indexDirectory);
headers/private/fs_shell/fssh_fs_index.h
36
extern void fssh_fs_rewind_index_dir(fssh_DIR *indexDirectory);
headers/private/fs_shell/fssh_fs_query.h
24
extern fssh_DIR* fssh_fs_open_query(fssh_dev_t device,
headers/private/fs_shell/fssh_fs_query.h
26
extern fssh_DIR* fssh_fs_open_live_query(fssh_dev_t device,
headers/private/fs_shell/fssh_fs_query.h
29
extern int fssh_fs_close_query(fssh_DIR *d);
headers/private/fs_shell/fssh_fs_query.h
30
extern struct fssh_dirent* fssh_fs_read_query(fssh_DIR *d);