Lines Matching refs:handle
74 ARCHandle* handle; member
82 ARCHandle* handle; member
90 ARCHandle* handle; member
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);
108 BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen);
110 BOOL ARCOpenDir(ARCHandle* handle, const char* dirName, ARCDir* dir);