Go to the source code of this file.
|
| BOOL | ARCInitHandle (void *, ARCHandle *) |
| |
| BOOL | ARCFastOpen (ARCHandle *, s32, ARCFileInfo *) |
| |
| s32 | ARCConvertPathToEntrynum (ARCHandle *, const char *) |
| |
| void * | ARCGetStartAddrInMem (ARCFileInfo *) |
| |
| u32 | ARCGetLength (ARCFileInfo *) |
| |
| BOOL | ARCClose (ARCFileInfo *) |
| |
| BOOL | ARCChangeDir (ARCHandle *, const char *) |
| |
| BOOL | ARCGetCurrentDir (ARCHandle *, char *, u32) |
| |
| BOOL | ARCOpenDir (ARCHandle *, const char *, ARCDir *) |
| |
| BOOL | ARCReadDir (ARCDir *, ARCDirEntry *) |
| |
| BOOL | ARCCloseDir (ARCDir *) |
| |
◆ ARCChangeDir()
◆ ARCClose()
◆ ARCCloseDir()
◆ ARCConvertPathToEntrynum()
| s32 ARCConvertPathToEntrynum |
( |
ARCHandle * | handle, |
|
|
const char * | pathPtr ) |
◆ ARCFastOpen()
◆ ARCGetCurrentDir()
◆ ARCGetLength()
◆ ARCGetStartAddrInMem()
◆ ARCInitHandle()
◆ ARCOpenDir()
◆ ARCReadDir()