Searched refs:ARCHandle (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.2.2/include/revolution/ |
| D | arc.h | 70 } ARCHandle; typedef 74 ARCHandle* handle; 82 ARCHandle* handle; 90 ARCHandle* handle; 97 BOOL ARCInitHandle(void* arcStart, ARCHandle* handle); 98 BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af); 99 BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af); 100 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const char* pathPtr); 101 BOOL ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ); 107 BOOL ARCChangeDir(ARCHandle* handle, const char* dirName); [all …]
|
| D | cnt.h | 133 ARCHandle ArcHandle; 184 ARCHandle* handle; // from here, same as ARCDir (type is nand if handle is non-NULL) 195 ARCHandle* handle; // from here, same as ARCDir (type is nand if handle is non-NULL)
|
| /RvlSDK-3.2.2/build/libraries/arc/src/ |
| D | arc.c | 65 BOOL ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle() 91 BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af) in ARCOpen() 129 BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen() 190 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const char* pathPtr) in ARCConvertPathToEntrynum() 303 BOOL ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ) in ARCEntrynumIsDir() 353 static u32 entryToPath(ARCHandle* handle, u32 entry, char* path, u32 maxlen) in entryToPath() 395 static BOOL ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, char* path, u32 maxlen) in ARCConvertEntrynumToPath() 450 BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen) in ARCGetCurrentDir() 460 ARCHandle* handle; in ARCGetStartAddrInMem() 488 BOOL ARCChangeDir(ARCHandle* handle, const char* dirName) in ARCChangeDir() [all …]
|
| /RvlSDK-3.2.2/build/demos/arcdemo/src/ |
| D | arctest1.c | 42 ARCHandle Arc;
|
| D | arctest3.c | 35 ARCHandle Arc;
|
| D | arctest2.c | 44 ARCHandle Arc;
|