Go to the source code of this file.
Functions | |
| static void | file_close_mythiowrapper (BD_FILE_H *file) |
| static int64_t | file_seek_mythiowrapper (BD_FILE_H *file, int64_t offset, int32_t origin) |
| static int64_t | file_tell_mythiowrapper (BD_FILE_H *file) |
| static int | file_eof_mythiowrapper (BD_FILE_H *file) |
| static int | file_stat_mythiowrapper (BD_FILE_H *file, struct stat *buf) |
| static int64_t | file_read_mythiowrapper (BD_FILE_H *file, uint8_t *buf, int64_t size) |
| static int64_t | file_write_mythiowrapper (BD_FILE_H *file, const uint8_t *buf, int64_t size) |
| BD_FILE_H * | file_open_mythiowrapper (const char *filename, const char *mode) |
| static void file_close_mythiowrapper | ( | BD_FILE_H * | file | ) | [static] |
Definition at line 16 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
| static int64_t file_seek_mythiowrapper | ( | BD_FILE_H * | file, | |
| int64_t | offset, | |||
| int32_t | origin | |||
| ) | [static] |
Definition at line 27 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
Definition at line 32 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
| static int file_eof_mythiowrapper | ( | BD_FILE_H * | file | ) | [static] |
Definition at line 37 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
| static int file_stat_mythiowrapper | ( | BD_FILE_H * | file, | |
| struct stat * | buf | |||
| ) | [static] |
Definition at line 46 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
Definition at line 51 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
| static int64_t file_write_mythiowrapper | ( | BD_FILE_H * | file, | |
| const uint8_t * | buf, | |||
| int64_t | size | |||
| ) | [static] |
Definition at line 56 of file file_mythiowrapper.c.
Referenced by file_open_mythiowrapper().
| BD_FILE_H* file_open_mythiowrapper | ( | const char * | filename, | |
| const char * | mode | |||
| ) |
Definition at line 61 of file file_mythiowrapper.c.
Referenced by file_open_linux().
1.6.3