Home
last modified time | relevance | path

Searched refs:FS_IsDir (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/demos/fs/explorer/src/
Dmain.c90 if (FS_IsDir(file)) in CommandLS()
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_file.c1158 SDK_ASSERT(FS_IsFile(file) || FS_IsDir(file)); in FS_GetPathName()
1163 arg->is_directory = FS_IsDir(file); in FS_GetPathName()
1729 SDK_ASSERT(FS_IsDir(file)); in FS_CloseDirectory()
1756 SDK_ASSERT(FS_IsDir(file)); in FS_ReadDirectory()
1821 SDK_ASSERT(FS_IsDir(dir)); in FS_TellDir()
1843 SDK_ASSERT(FS_IsDir(dir)); in FS_RewindDir()
2208 SDK_ASSERT(FS_IsDir(file)); in FS_ReadDirectoryW()
Dfs_proc_default.c384 if (FS_IsDir(file)) in FSi_GetPathDefault()
/TwlSDK-5.4/include/nitro/fs/
Dfile.h156 SDK_INLINE BOOL FS_IsDir(volatile const FSFile *file) in FS_IsDir() function