Lines Matching refs:BOOL

45 BOOL FATFS_Init(u32 dma1, u32 dma2, u32 priority);
57 BOOL FATFSi_IsInitialized(void);
91 void FATFS_RegisterResultBuffer(FATFSResultBuffer *buffer, BOOL enable);
103 BOOL FATFS_MountDrive(const char *name, FATFSMediaType media, u32 partition);
115 SDK_INLINE BOOL FATFS_MountNAND(const char *name, u32 partition) in FATFS_MountNAND()
129 BOOL FATFS_UnmountDrive(const char *name);
140 BOOL FATFS_SetDefaultDrive(const char *path);
151 BOOL FATFS_FormatDrive(const char *path);
163 BOOL FATFSi_FormatDriveEx(const char *path, BOOL formatMedia);
174 SDK_INLINE BOOL FATFSi_FormatMedia(const char *path) in FATFSi_FormatMedia()
193 BOOL FATFS_CheckDisk(const char *name, FATFSDiskInfo *info, BOOL verbose, BOOL fixProblems, BOOL wr…
205 BOOL FATFS_GetDriveResource(const char *path, FATFSDriveResource *resource);
230 BOOL FATFS_GetFileInfo(const char *path, FATFSFileInfo *info);
242 BOOL FATFS_SetFileInfo(const char *path, const FATFSFileInfo *info);
255 BOOL FATFS_CreateFile(const char *path, BOOL trunc, const char *permit);
266 BOOL FATFS_DeleteFile(const char *path);
278 BOOL FATFS_RenameFile(const char *path, const char *newpath);
290 BOOL FATFS_CreateDirectory(const char *path, const char *permit);
301 BOOL FATFS_DeleteDirectory(const char *path);
313 BOOL FATFS_RenameDirectory(const char *path, const char *newpath);
336 BOOL FATFS_CloseFile(FATFSFileHandle file);
375 BOOL FATFS_SetSeekCache(FATFSFileHandle file, void* buf, u32 buf_size);
399 BOOL FATFS_FlushFile(FATFSFileHandle file);
421 BOOL FATFS_SetFileLength(FATFSFileHandle file, int length);
444 BOOL FATFS_CloseDirectory(FATFSDirectoryHandle dir);
456 BOOL FATFS_ReadDirectory(FATFSDirectoryHandle dir, FATFSFileInfo *info);
467 BOOL FATFS_FlushAll(void);
478 BOOL FATFS_UnmountAll(void);
494 BOOL FATFS_MountSpecial(u64 param, const char *arcname, int *slot);
505 BOOL FATFS_FormatSpecial(const char *path);
517 BOOL FATFS_SetLatencyEmulation(BOOL enable);
536 BOOL FATFS_SearchWildcard(const char* directory, const char *prefix, const char *suffix,
553 BOOL FATFS_GetDriveResourceW(const u16 *path, FATFSDriveResource *resource);
565 BOOL FATFS_GetFileInfoW(const u16 *path, FATFSFileInfoW *info);
577 BOOL FATFS_SetFileInfoW(const u16 *path, const FATFSFileInfoW *info);
590 BOOL FATFS_CreateFileW(const u16 *path, BOOL trunc, const char *permit);
601 BOOL FATFS_DeleteFileW(const u16 *path);
613 BOOL FATFS_RenameFileW(const u16 *path, const u16 *newpath);
625 BOOL FATFS_CreateDirectoryW(const u16 *path, const char *permit);
636 BOOL FATFS_DeleteDirectoryW(const u16 *path);
648 BOOL FATFS_RenameDirectoryW(const u16 *path, const u16 *newpath);
684 BOOL FATFS_ReadDirectoryW(FATFSDirectoryHandle dir, FATFSFileInfoW *info);