Lines Matching refs:SDK_ASSERT

263     SDK_ASSERT(FS_IsAvailable());  in FS_CancelFile()
290 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_CreateFile()
325 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_DeleteFile()
361 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_RenameFile()
406 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_GetPathInfo()
443 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_SetPathInfo()
479 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_CreateDirectory()
514 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_DeleteDirectory()
550 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_RenameDirectory()
933 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_GetArchiveResource()
1108 SDK_ASSERT(FS_IsFile(file)); in FS_FlushFile()
1109 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_FlushFile()
1131 SDK_ASSERT(FS_IsFile(file)); in FS_SetFileLength()
1132 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_SetFileLength()
1157 SDK_ASSERT(FS_IsAvailable()); in FS_GetPathName()
1158 SDK_ASSERT(FS_IsFile(file) || FS_IsDir(file)); in FS_GetPathName()
1159 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_GetPathName()
1205 SDK_ASSERT(FS_IsAvailable()); in FS_ConvertPathToFileID()
1206 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_ConvertPathToFileID()
1251 SDK_ASSERT(FS_IsAvailable()); in FS_OpenFileDirect()
1252 SDK_ASSERT(!FS_IsFile(file)); in FS_OpenFileDirect()
1253 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_OpenFileDirect()
1281 SDK_ASSERT(FS_IsAvailable()); in FS_OpenFileFast()
1282 SDK_ASSERT(!FS_IsFile(file)); in FS_OpenFileFast()
1283 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_OpenFileFast()
1312 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_OpenFileEx()
1362 SDK_ASSERT(FS_IsAvailable()); in FS_CloseFile()
1363 SDK_ASSERT(FS_IsFile(file)); in FS_CloseFile()
1364 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_CloseFile()
1421 SDK_ASSERT(FS_IsAvailable()); in FS_SetSeekCache()
1422 SDK_ASSERT(FS_IsFile(file)); in FS_SetSeekCache()
1444 SDK_ASSERT(FS_IsAvailable()); in FS_GetFileLength()
1445 SDK_ASSERT(FS_IsFile(file)); in FS_GetFileLength()
1472 SDK_ASSERT(FS_IsAvailable()); in FS_GetFilePosition()
1473 SDK_ASSERT(FS_IsFile(file)); in FS_GetFilePosition()
1504 SDK_ASSERT(FS_IsAvailable()); in FS_SeekFile()
1505 SDK_ASSERT(FS_IsFile(file)); in FS_SeekFile()
1531 SDK_ASSERT(FSi_IsValidTransferRegion(buffer, length)); in FS_ReadFile()
1532 SDK_ASSERT(FS_IsAvailable()); in FS_ReadFile()
1533 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFile()
1534 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_ReadFile()
1571 SDK_ASSERT(FSi_IsValidTransferRegion(buffer, length)); in FS_ReadFileAsync()
1572 SDK_ASSERT(FS_IsAvailable()); in FS_ReadFileAsync()
1573 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFileAsync()
1609 SDK_ASSERT(FSi_IsValidTransferRegion(buffer, length)); in FS_WriteFile()
1610 SDK_ASSERT(FS_IsAvailable()); in FS_WriteFile()
1611 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFile()
1612 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_WriteFile()
1648 SDK_ASSERT(FSi_IsValidTransferRegion(buffer, length)); in FS_WriteFileAsync()
1649 SDK_ASSERT(FS_IsAvailable()); in FS_WriteFileAsync()
1650 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFileAsync()
1687 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_OpenDirectory()
1728 SDK_ASSERT(FS_IsAvailable()); in FS_CloseDirectory()
1729 SDK_ASSERT(FS_IsDir(file)); in FS_CloseDirectory()
1730 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_CloseDirectory()
1755 SDK_ASSERT(FS_IsAvailable()); in FS_ReadDirectory()
1756 SDK_ASSERT(FS_IsDir(file)); in FS_ReadDirectory()
1757 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_ReadDirectory()
1788 SDK_ASSERT(FS_IsAvailable()); in FS_SeekDir()
1789 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_SeekDir()
1820 SDK_ASSERT(FS_IsAvailable()); in FS_TellDir()
1821 SDK_ASSERT(FS_IsDir(dir)); in FS_TellDir()
1842 SDK_ASSERT(FS_IsAvailable()); in FS_RewindDir()
1843 SDK_ASSERT(FS_IsDir(dir)); in FS_RewindDir()
1844 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_RewindDir()
2099 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_OpenFileExW()
2158 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_OpenDirectoryW()
2207 SDK_ASSERT(FS_IsAvailable()); in FS_ReadDirectoryW()
2208 SDK_ASSERT(FS_IsDir(file)); in FS_ReadDirectoryW()
2209 SDK_ASSERT(OS_GetProcMode() != OS_PROCMODE_IRQ); in FS_ReadDirectoryW()