Go to the source code of this file.
Functions | |
| static void | file_close_linux (BD_FILE_H *file) |
| static int64_t | file_seek_linux (BD_FILE_H *file, int64_t offset, int32_t origin) |
| static int64_t | file_tell_linux (BD_FILE_H *file) |
| static int | file_stat_linux (BD_FILE_H *file, struct stat *buf) |
| static int | file_eof_linux (BD_FILE_H *file) |
| static int64_t | file_read_linux (BD_FILE_H *file, uint8_t *buf, int64_t size) |
| static int64_t | file_write_linux (BD_FILE_H *file, const uint8_t *buf, int64_t size) |
| static BD_FILE_H * | file_open_linux (const char *filename, const char *mode) |
Variables | |
| BD_FILE_H *(* | file_open )(const char *filename, const char *mode) = file_open_linux |
| static void file_close_linux | ( | BD_FILE_H * | file | ) | [static] |
Definition at line 45 of file file_posix.c.
Referenced by file_open_linux().
Definition at line 56 of file file_posix.c.
Referenced by file_open_linux().
Definition at line 65 of file file_posix.c.
Referenced by file_open_linux().
| static int file_stat_linux | ( | BD_FILE_H * | file, | |
| struct stat * | buf | |||
| ) | [static] |
Definition at line 74 of file file_posix.c.
Referenced by file_open_linux().
| static int file_eof_linux | ( | BD_FILE_H * | file | ) | [static] |
Definition at line 79 of file file_posix.c.
Referenced by file_open_linux().
Definition at line 84 of file file_posix.c.
Referenced by file_open_linux().
Definition at line 89 of file file_posix.c.
Referenced by file_open_linux().
| static BD_FILE_H* file_open_linux | ( | const char * | filename, | |
| const char * | mode | |||
| ) | [static] |
Definition at line 94 of file file_posix.c.
| BD_FILE_H*(* file_open)(const char *filename, const char *mode) = file_open_linux |
Definition at line 124 of file file_posix.c.
Referenced by _libaacs_required(), _libbdplus_required(), _open_m2ts(), bd_register_file(), clpi_parse(), dvdinput_setup(), indx_parse(), meta_parse(), mobj_parse(), mpls_parse(), and sound_parse().
1.6.3