Home
last modified time | relevance | path

Searched refs:FATFS_ATTRIBUTE_DOS_DIRECTORY (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_archive_fatfs.c523 if ((stat->attributes & FATFS_ATTRIBUTE_DOS_DIRECTORY) != 0) in FSi_FATFS_GetPathInfo()
1545 if ((tmp->attributes & FATFS_ATTRIBUTE_DOS_DIRECTORY) != 0) in FSi_FATFS_ReadDirectory()
1570 if ((tmp->attributes & FATFS_ATTRIBUTE_DOS_DIRECTORY) != 0) in FSi_FATFS_ReadDirectory()
/TwlSDK-5.4/include/twl/fatfs/common/
Dtypes.h138 #define FATFS_ATTRIBUTE_DOS_DIRECTORY 0x00000010UL macro