RetroArch
Public Attributes | List of all members
_fs_dev_file_state_t Struct Reference
Collaboration diagram for _fs_dev_file_state_t:
[legend]

Public Attributes

fs_dev_private_tdev
 
int fd
 
int flags
 
int read
 
int write
 
int append
 
uint32_t pos
 
uint32_t len
 
struct _fs_dev_file_state_tprevOpenFile
 
struct _fs_dev_file_state_tnextOpenFile
 

Member Data Documentation

◆ append

int _fs_dev_file_state_t::append

◆ dev

fs_dev_private_t* _fs_dev_file_state_t::dev

◆ fd

int _fs_dev_file_state_t::fd

◆ flags

int _fs_dev_file_state_t::flags

◆ len

uint32_t _fs_dev_file_state_t::len

◆ nextOpenFile

struct _fs_dev_file_state_t* _fs_dev_file_state_t::nextOpenFile

◆ pos

uint32_t _fs_dev_file_state_t::pos

◆ prevOpenFile

struct _fs_dev_file_state_t* _fs_dev_file_state_t::prevOpenFile

◆ read

int _fs_dev_file_state_t::read

◆ write

int _fs_dev_file_state_t::write

The documentation for this struct was generated from the following file: