#include "fat_sl.h"
#include "psp_string.h"
#include "dir.h"
#include "util.h"
#include "volume.h"
#include "drv.h"
#include "fat.h"
#include "file.h"
#include "ver_fat_sl.h"
Go to the source code of this file.
|
unsigned char | _f_findfilewc (char *name, char *ext, F_POS *pos, F_DIRENTRY **pde, unsigned char wc) |
|
unsigned long | _f_getdecluster (F_DIRENTRY *de) |
|
void | _f_setdecluster (F_DIRENTRY *de, unsigned long cluster) |
|
unsigned char | _f_findpath (F_NAME *fsname, F_POS *pos) |
|
unsigned char | fn_getcwd (char *buffer, unsigned char maxlen, char root) |
|
unsigned char | fn_findfirst (const char *filename, F_FIND *find) |
|
unsigned char | fn_findnext (F_FIND *find) |
|
unsigned char | fn_chdir (const char *dirname) |
|
unsigned char | _f_addentry (F_NAME *fsname, F_POS *pos, F_DIRENTRY **pde) |
|
unsigned char | fn_mkdir (const char *dirname) |
|
unsigned char | fn_rmdir (const char *dirname) |
|
unsigned char _f_findfilewc |
( |
char * |
name, |
|
|
char * |
ext, |
|
|
F_POS * |
pos, |
|
|
F_DIRENTRY ** |
pde, |
|
|
unsigned char |
wc |
|
) |
| |
Definition at line 78 of file dir.c.
unsigned char _f_findpath |
( |
F_NAME * |
fsname, |
|
|
F_POS * |
pos |
|
) |
| |
void _f_setdecluster |
( |
F_DIRENTRY * |
de, |
|
|
unsigned long |
cluster |
|
) |
| |
unsigned char fn_chdir |
( |
const char * |
dirname | ) |
|
unsigned char fn_findfirst |
( |
const char * |
filename, |
|
|
F_FIND * |
find |
|
) |
| |
unsigned char fn_findnext |
( |
F_FIND * |
find | ) |
|
unsigned char fn_getcwd |
( |
char * |
buffer, |
|
|
unsigned char |
maxlen, |
|
|
char |
root |
|
) |
| |
unsigned char fn_mkdir |
( |
const char * |
dirname | ) |
|
unsigned char fn_rmdir |
( |
const char * |
dirname | ) |
|