|
void | __DVDFSInit () |
|
int | DVDConvertPathToEntrynum (const char *path) |
|
int | DVDFastOpen (long entryNum, DVDFileInfo *info) |
|
BOOL | DVDOpen (const char *filename, DVDFileInfo *fileinfo) |
|
BOOL | DVDClose (DVDFileInfo *fileinfo) |
|
static u32 | entryToPath (u32 entry, char *path, u32 maxlen) |
|
static BOOL | DVDConvertEntrynumToPath (s32 entrynum, char *path, u32 maxlen) |
|
static BOOL | DVDGetCurrentDir (char *path, u32 maxlen) |
|
BOOL | DVDChangeDir (const char *dirname) |
|
BOOL | DVDReadAsyncPrio (DVDFileInfo *fileInfo, void *addr, s32 length, s32 offset, DVDCallback callback, s32 prio) |
|
static void | cbForReadAsync () |
|
int | DVDReadPrio (DVDFileInfo *fileInfo, void *addr, s32 length, s32 offset, s32 prio) |
|
static void | cbForReadSync () |
|
BOOL | DVDOpenDir (const char *, DVDDirectory *dir) |
|
BOOL | DVDReadDir (DVDDirectory *dir, DVDDirectoryEntry *entry) |
|
BOOL | DVDCloseDir () |
|
static BOOL | isSame (const char *path, const char *string) |
|
int | DVDFastOpen (s32 entrynum, DVDFileInfo *fileInfo) |
|
static u32 | myStrncpy (char *dest, char *src, u32 maxlen) |
|
static void | cbForReadAsync (s32 result, DVDCommandBlock *block) |
|
static void | cbForReadSync (s32 result, DVDCommandBlock *block) |
|