Searched refs:ARCHandle (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-2.1/include/revolution/ |
| D | arc.h | 67 } ARCHandle; typedef 71 ARCHandle* handle; 79 ARCHandle* handle; 87 ARCHandle* handle; 94 BOOL ARCInitHandle(void* arcStart, ARCHandle* handle); 95 BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af); 96 BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af); 97 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const char* pathPtr); 103 BOOL ARCChangeDir(ARCHandle* handle, const char* dirName); 104 BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen); [all …]
|
| /RvlSDK-2.1/build/libraries/arc/src/ |
| D | arc.c | 62 BOOL ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle() 88 BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af) in ARCOpen() 126 BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen() 187 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const char* pathPtr) in ARCConvertPathToEntrynum() 339 static u32 entryToPath(ARCHandle* handle, u32 entry, char* path, u32 maxlen) in entryToPath() 381 static BOOL ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, char* path, u32 maxlen) in ARCConvertEntrynumToPath() 436 BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen) in ARCGetCurrentDir() 446 ARCHandle* handle; in ARCGetStartAddrInMem() 474 BOOL ARCChangeDir(ARCHandle* handle, const char* dirName) in ARCChangeDir() 509 BOOL ARCOpenDir(ARCHandle* handle, const char* dirName, ARCDir* dir) in ARCOpenDir() [all …]
|
| /RvlSDK-2.1/build/demos/arcdemo/src/ |
| D | arctest3.c | 35 ARCHandle Arc;
|
| D | arctest1.c | 42 ARCHandle Arc;
|
| D | arctest2.c | 44 ARCHandle Arc;
|