Lines Matching refs:ARCHandle
57 } ARCHandle; typedef
61 ARCHandle* handle;
69 ARCHandle* handle;
77 ARCHandle* handle;
84 bool ARCInitHandle(void* arcStart, ARCHandle* handle);
85 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af);
86 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af);
87 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr);
88 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum );
94 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName);
95 bool ARCGetCurrentDir(ARCHandle* handle, wchar_t* path, u32 maxlen);
97 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir);