Go to the source code of this file.
|
| static void | set_status (osal_file_status_t *st, osal_file_status_t v) |
| |
| static osal_file_status_t | map_errno (int e) |
| |
| static const wchar_t * | wmode_from_flags (uint32_t flags, osal_file_status_t *st) |
| |
| static wchar_t * | utf8_to_wide (const char *s, const osal_mem_ops_t *mem) |
| |
| static osal_file_t * | win_open (const char *path_utf8, uint32_t flags, osal_file_status_t *st, const osal_file_env_t *env) |
| |
| static size_t | win_read (osal_file_t *f, void *buf, size_t n, osal_file_status_t *st) |
| |
| static size_t | win_write (osal_file_t *f, const void *buf, size_t n, osal_file_status_t *st) |
| |
| static osal_file_status_t | win_flush (osal_file_t *f) |
| |
| static osal_file_status_t | win_close (osal_file_t *f) |
| |
| const osal_file_ops_t * | osal_file_win32_ops (void) |
| |
◆ map_errno()
◆ osal_file_win32_ops()
◆ set_status()
◆ utf8_to_wide()
| static wchar_t * utf8_to_wide |
( |
const char * |
s, |
|
|
const osal_mem_ops_t * |
mem |
|
) |
| |
|
static |
◆ win_close()
◆ win_flush()
◆ win_open()
◆ win_read()
◆ win_write()
◆ wmode_from_flags()