Lines Matching refs:BOOL
92 BOOL isDir;
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);
101 BOOL ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum );
105 BOOL ARCClose(ARCFileInfo* af);
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);
111 BOOL ARCReadDir(ARCDir* dir, ARCDirEntry* dirent);
112 BOOL ARCCloseDir(ARCDir* dir);