23 #ifndef __LIBRETRO_SDK_VFS_IMPLEMENTATION_H 24 #define __LIBRETRO_SDK_VFS_IMPLEMENTATION_H
int64_t retro_vfs_file_read_impl(libretro_vfs_implementation_file *stream, void *s, uint64_t len)
Definition: vfs_implementation.c:459
GLenum mode
Definition: glext.h:6857
int64_t retro_vfs_file_truncate_impl(libretro_vfs_implementation_file *stream, int64_t length)
Definition: vfs_implementation.c:399
GLsizei const GLchar ** path
Definition: glext.h:7901
GLenum GLsizei len
Definition: glext.h:7389
int64_t retro_vfs_file_size_impl(libretro_vfs_implementation_file *stream)
Definition: vfs_implementation.c:392
libretro_vfs_implementation_file * retro_vfs_file_open_impl(const char *path, unsigned mode, unsigned hints)
Definition: vfs_implementation.c:193
const char * retro_vfs_file_get_path_impl(libretro_vfs_implementation_file *stream)
Definition: vfs_implementation.c:617
int64_t retro_vfs_file_write_impl(libretro_vfs_implementation_file *stream, const void *s, uint64_t len)
Definition: vfs_implementation.c:489
GLdouble s
Definition: glext.h:6390
Definition: vfs_implementation.c:104
int retro_vfs_file_remove_impl(const char *path)
Definition: vfs_implementation.c:514
int64_t retro_vfs_file_tell_impl(libretro_vfs_implementation_file *stream)
Definition: vfs_implementation.c:415
int64_t retro_vfs_file_seek_impl(libretro_vfs_implementation_file *stream, int64_t offset, int seek_position)
Definition: vfs_implementation.c:440
int retro_vfs_file_close_impl(libretro_vfs_implementation_file *stream)
Definition: vfs_implementation.c:358
GLuint GLuint stream
Definition: glext.h:8189
signed __int64 int64_t
Definition: stdint.h:135
int retro_vfs_file_error_impl(libretro_vfs_implementation_file *stream)
Definition: vfs_implementation.c:387
int retro_vfs_file_rename_impl(const char *old_path, const char *new_path)
Definition: vfs_implementation.c:556
int retro_vfs_file_flush_impl(libretro_vfs_implementation_file *stream)
Definition: vfs_implementation.c:507
GLintptr offset
Definition: glext.h:6560
unsigned hints
Definition: vfs_implementation.c:108
unsigned __int64 uint64_t
Definition: stdint.h:136
GLenum GLuint GLenum GLsizei length
Definition: glext.h:6233