Searched refs:indexDirectory (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/kernel/
H A Dfs_index.h32 extern int fs_close_index_dir(DIR *indexDirectory);
33 extern struct dirent *fs_read_index_dir(DIR *indexDirectory);
34 extern void fs_rewind_index_dir(DIR *indexDirectory);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_index.h34 extern int fssh_fs_close_index_dir(fssh_DIR *indexDirectory);
35 extern struct fssh_dirent *fssh_fs_read_index_dir(fssh_DIR *indexDirectory);
36 extern void fssh_fs_rewind_index_dir(fssh_DIR *indexDirectory);
/haiku/src/bin/
H A Dreindex.cpp283 DIR *indexDirectory = fs_open_index_dir(sourceDevice); local
284 if (indexDirectory == NULL)
287 while (dirent *index = fs_read_index_dir(indexDirectory)) {
302 fs_close_index_dir(indexDirectory);

Completed in 43 milliseconds