Lines Matching defs:handle
102 bool ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle()
127 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af) in ARCOpen()
171 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen()
230 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum()
343 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ) in ARCEntrynumIsDir()
393 static u32 entryToPath(ARCHandle* handle, u32 entry, wchar_t* path, u32 maxlen) in entryToPath()
435 static bool ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, wchar_t* path, u32 maxlen) in ARCConvertEntrynumToPath()
490 bool ARCGetCurrentDir(ARCHandle* handle, wchar_t* path, u32 maxlen) in ARCGetCurrentDir()
500 ARCHandle* handle; in ARCGetStartAddrInMem() local
528 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName) in ARCChangeDir()
568 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir) in ARCOpenDir()
613 ARCHandle* handle; in ARCReadDir() local