Home
last modified time | relevance | path

Searched refs:FATFSDirectoryHandle (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/twl/fatfs/common/
Dapi.h433 FATFSDirectoryHandle FATFS_OpenDirectory(const char *path, const char *mode);
444 BOOL FATFS_CloseDirectory(FATFSDirectoryHandle dir);
456 BOOL FATFS_ReadDirectory(FATFSDirectoryHandle dir, FATFSFileInfo *info);
672 FATFSDirectoryHandle FATFS_OpenDirectoryW(const u16 *path, const char *mode);
684 BOOL FATFS_ReadDirectoryW(FATFSDirectoryHandle dir, FATFSFileInfoW *info);
Dtypes.h167 typedef u32 FATFSDirectoryHandle; typedef
425 FATFSDirectoryHandle handle;
435 FATFSDirectoryHandle handle;
442 FATFSDirectoryHandle handle;
667 FATFSDirectoryHandle handle;
677 FATFSDirectoryHandle handle;
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1409 FATFSDirectoryHandle handle = FATFS_INVALID_HANDLE; in FSi_FATFS_OpenDirectory()
1492 FATFSDirectoryHandle handle = (FATFSDirectoryHandle)FS_GetFileUserData(file); in FSi_FATFS_CloseDirectory()
1523 FATFSDirectoryHandle handle = (FATFSDirectoryHandle)FS_GetFileUserData(file); in FSi_FATFS_ReadDirectory()