Go to the source code of this file.
Classes | |
| struct | dir_data_t |
Functions | |
| static void | dir_close_posix (BD_DIR_H *dir) |
| static int | dir_read_posix (BD_DIR_H *dir, BD_DIRENT *entry) |
| static BD_DIR_H * | dir_open_posix (const char *dirname) |
Variables | |
| BD_DIR_H *(* | dir_open )(const char *dirname) = dir_open_posix |
| static void dir_close_posix | ( | BD_DIR_H * | dir | ) | [static] |
Definition at line 46 of file dir_posix.c.
Referenced by dir_open_posix().
Definition at line 63 of file dir_posix.c.
Referenced by dir_open_posix().
| static BD_DIR_H* dir_open_posix | ( | const char * | dirname | ) | [static] |
Definition at line 92 of file dir_posix.c.
Definition at line 136 of file dir_posix.c.
Referenced by _findMetaXMLfiles(), bd_register_dir(), nav_find_main_title(), and nav_get_title_list().
1.6.3