Searched refs:FS_IsDir (Results 1 – 4 of 4) sorted by relevance
90 if (FS_IsDir(file)) in CommandLS()
1158 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()
384 if (FS_IsDir(file)) in FSi_GetPathDefault()
156 SDK_INLINE BOOL FS_IsDir(volatile const FSFile *file) in FS_IsDir() function