RetroArch
Functions
fatdir.c File Reference
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/iosupport.h>
#include "fatdir.h"
#include "cache.h"
#include "file_allocation_table.h"
#include "partition.h"
#include "directory.h"
#include "bit_ops.h"
#include "filetime.h"
#include "lock.h"
Include dependency graph for fatdir.c:

Functions

int _FAT_stat_r (struct _reent *r, const char *path, struct stat *st)
 
int _FAT_link_r (struct _reent *r, const char *existing, const char *newLink)
 
int _FAT_unlink_r (struct _reent *r, const char *path)
 
int _FAT_chdir_r (struct _reent *r, const char *path)
 
int _FAT_rename_r (struct _reent *r, const char *oldName, const char *newName)
 
int _FAT_mkdir_r (struct _reent *r, const char *path, int mode)
 
int _FAT_statvfs_r (struct _reent *r, const char *path, struct statvfs *buf)
 
DIR_ITER * _FAT_diropen_r (struct _reent *r, DIR_ITER *dirState, const char *path)
 
int _FAT_dirreset_r (struct _reent *r, DIR_ITER *dirState)
 
int _FAT_dirnext_r (struct _reent *r, DIR_ITER *dirState, char *filename, struct stat *filestat)
 
int _FAT_dirclose_r (struct _reent *r, DIR_ITER *dirState)
 

Function Documentation

◆ _FAT_chdir_r()

int _FAT_chdir_r ( struct _reent *  r,
const char *  path 
)

◆ _FAT_dirclose_r()

int _FAT_dirclose_r ( struct _reent *  r,
DIR_ITER *  dirState 
)

◆ _FAT_dirnext_r()

int _FAT_dirnext_r ( struct _reent *  r,
DIR_ITER *  dirState,
char *  filename,
struct stat *  filestat 
)

◆ _FAT_diropen_r()

DIR_ITER* _FAT_diropen_r ( struct _reent *  r,
DIR_ITER *  dirState,
const char *  path 
)

◆ _FAT_dirreset_r()

int _FAT_dirreset_r ( struct _reent *  r,
DIR_ITER *  dirState 
)

◆ _FAT_link_r()

int _FAT_link_r ( struct _reent *  r,
const char *  existing,
const char *  newLink 
)

◆ _FAT_mkdir_r()

int _FAT_mkdir_r ( struct _reent *  r,
const char *  path,
int  mode 
)

◆ _FAT_rename_r()

int _FAT_rename_r ( struct _reent *  r,
const char *  oldName,
const char *  newName 
)

◆ _FAT_stat_r()

int _FAT_stat_r ( struct _reent *  r,
const char *  path,
struct stat *  st 
)

◆ _FAT_statvfs_r()

int _FAT_statvfs_r ( struct _reent *  r,
const char *  path,
struct statvfs *  buf 
)

◆ _FAT_unlink_r()

int _FAT_unlink_r ( struct _reent *  r,
const char *  path 
)