Lines Matching refs:path
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() argument
176 return FATFSi_FormatDriveEx(path, TRUE); in FATFSi_FormatMedia()
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);
325 FATFSFileHandle FATFS_OpenFile(const char *path, const char *mode);
433 FATFSDirectoryHandle FATFS_OpenDirectory(const char *path, const char *mode);
505 BOOL FATFS_FormatSpecial(const char *path);
533 BOOL FATFS_GetDriveResourceW(const u16 *path, FATFSDriveResource *resource);
545 BOOL FATFS_GetFileInfoW(const u16 *path, FATFSFileInfoW *info);
557 BOOL FATFS_SetFileInfoW(const u16 *path, const FATFSFileInfoW *info);
570 BOOL FATFS_CreateFileW(const u16 *path, BOOL trunc, const char *permit);
581 BOOL FATFS_DeleteFileW(const u16 *path);
593 BOOL FATFS_RenameFileW(const u16 *path, const u16 *newpath);
605 BOOL FATFS_CreateDirectoryW(const u16 *path, const char *permit);
616 BOOL FATFS_DeleteDirectoryW(const u16 *path);
628 BOOL FATFS_RenameDirectoryW(const u16 *path, const u16 *newpath);
640 FATFSFileHandle FATFS_OpenFileW(const u16 *path, const char *mode);
652 FATFSDirectoryHandle FATFS_OpenDirectoryW(const u16 *path, const char *mode);