Lines Matching refs:FS_IsFile
1108 SDK_ASSERT(FS_IsFile(file)); in FS_FlushFile()
1131 SDK_ASSERT(FS_IsFile(file)); in FS_SetFileLength()
1158 SDK_ASSERT(FS_IsFile(file) || FS_IsDir(file)); in FS_GetPathName()
1252 SDK_ASSERT(!FS_IsFile(file)); in FS_OpenFileDirect()
1282 SDK_ASSERT(!FS_IsFile(file)); in FS_OpenFileFast()
1363 SDK_ASSERT(FS_IsFile(file)); in FS_CloseFile()
1422 SDK_ASSERT(FS_IsFile(file)); in FS_SetSeekCache()
1445 SDK_ASSERT(FS_IsFile(file)); in FS_GetFileLength()
1473 SDK_ASSERT(FS_IsFile(file)); in FS_GetFilePosition()
1505 SDK_ASSERT(FS_IsFile(file)); in FS_SeekFile()
1535 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFile()
1575 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFileAsync()
1613 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFile()
1652 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFileAsync()