#include <sys/reent.h>
#include <sys/stat.h>
#include <sys/statvfs.h>
#include <sys/iosupport.h>
#include "common.h"
#include "directory.h"
Go to the source code of this file.
|
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 *name) |
|
int | _FAT_chdir_r (struct _reent *r, const char *name) |
|
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) |
|
◆ _FAT_chdir_r()
int _FAT_chdir_r |
( |
struct _reent * |
r, |
|
|
const char * |
name |
|
) |
| |
◆ _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 * |
name |
|
) |
| |