Lines Matching refs:RTTEST_CHECK_MSG

728     RTTEST_CHECK_MSG(hTest,
731 RTTEST_CHECK_MSG(hTest, testRTFileOpenFlags == 0x181,
733 RTTEST_CHECK_MSG(hTest, Result == SHFL_FILE_CREATED,
738 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
758 RTTEST_CHECK_MSG(hTest,
761 RTTEST_CHECK_MSG(hTest,
764 RTTEST_CHECK_MSG(hTest, Result == SHFL_FILE_CREATED,
769 RTTEST_CHECK_MSG(hTest,
797 RTTEST_CHECK_MSG(hTest,
800 RTTEST_CHECK_MSG(hTest, cbRead == strlen(pcszReadData) + 1,
803 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
831 RTTEST_CHECK_MSG(hTest,
834 RTTEST_CHECK_MSG(hTest, cbWritten == cbToWrite,
837 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
861 RTTEST_CHECK_MSG(hTest, testRTFileFlushFile == hcFile,
866 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
891 RTTEST_CHECK_MSG(hTest, testRTDirReadExDir == pcDir,
893 RTTEST_CHECK_MSG(hTest, cFiles == 0,
898 RTTEST_CHECK_MSG(hTest,
926 RTTEST_CHECK_MSG(hTest, testRTFileQueryInfoFile == hcFile,
928 RTTEST_CHECK_MSG(hTest, Info.Attr.fMode == fMode,
935 RTTEST_CHECK_MSG(hTest, testRTFileSetFMode == fMode,
940 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
967 RTTEST_CHECK_MSG(hTest, testRTDirQueryInfoDir == pcDir,
969 RTTEST_CHECK_MSG(hTest, RTTimeSpecGetNano(&Info.AccessTime) == ccAtimeNano,
977 RTTEST_CHECK_MSG(hTest, RTTimeSpecGetNano(&testRTDirSetTimesATime)
984 RTTEST_CHECK_MSG(hTest, testRTDirClosepDir == pcDir,
1011 RTTEST_CHECK_MSG(hTest, testRTFileQueryInfoFile == hcFile,
1013 RTTEST_CHECK_MSG(hTest, RTTimeSpecGetNano(&Info.AccessTime) == ccAtimeNano,
1021 RTTEST_CHECK_MSG(hTest, RTTimeSpecGetNano(&testRTFileSetTimesATime)
1028 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
1055 RTTEST_CHECK_MSG(hTest, testRTFileSetSizeFile == hcFile,
1057 RTTEST_CHECK_MSG(hTest, testRTFileSetSizeSize == cbNew,
1062 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,
1087 RTTEST_CHECK_MSG(hTest, testRTFileLockFile == hcFile,
1089 RTTEST_CHECK_MSG(hTest, testRTFileLockfLock == 0,
1091 RTTEST_CHECK_MSG(hTest, testRTFileLockOffset == offLock,
1093 RTTEST_CHECK_MSG(hTest, testRTFileLockSize == cbLock,
1099 RTTEST_CHECK_MSG(hTest, testRTFileUnlockFile == hcFile,
1101 RTTEST_CHECK_MSG(hTest, testRTFileUnlockOffset == offLock,
1104 RTTEST_CHECK_MSG(hTest, testRTFileUnlockSize == cbLock,
1110 RTTEST_CHECK_MSG(hTest, testRTFileCloseFile == hcFile,