Lines Matching defs:File
213 extern int testRTFileClose(RTFILE File)
215 /* RTPrintf("%s: File=%p\n", __PRETTY_FUNCTION__, File); */
216 testRTFileCloseFile = File;
224 extern int testRTFileFlush(RTFILE File)
226 /* RTPrintf("%s: File=%p\n", __PRETTY_FUNCTION__, File); */
227 testRTFileFlushFile = File;
284 extern int testRTFileRead(RTFILE File, void *pvBuf, size_t cbToRead,
287 /* RTPrintf("%s : File=%p, cbToRead=%llu\n", __PRETTY_FUNCTION__, File,
308 extern int testRTFileSetMode(RTFILE File, RTFMODE fMode)
318 extern int testRTFileSetSize(RTFILE File, uint64_t cbSize)
320 /* RTPrintf("%s: File=%llu, cbSize=%llu\n", __PRETTY_FUNCTION__, LLUIFY(File),
322 testRTFileSetSizeFile = File;
329 extern int testRTFileSetTimes(RTFILE File, PCRTTIMESPEC pAccessTime,
352 extern int testRTFileUnlock(RTFILE File, int64_t offLock, uint64_t cbLock)
355 File, (long long) offLock, LLUIFY(cbLock)); */
356 testRTFileUnlockFile = File;
364 extern int testRTFileWrite(RTFILE File, const void *pvBuf, size_t cbToWrite,
367 /* RTPrintf("%s: File=%p, pvBuf=%.*s, cbToWrite=%llu\n", __PRETTY_FUNCTION__,
368 File, cbToWrite, (const char *)pvBuf, LLUIFY(cbToWrite)); */
739 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
804 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
838 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
862 (hTest, "File=%llu\n", LLUIFY(testRTFileFlushFile)));
867 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
927 (hTest, "File=%llu\n", LLUIFY(testRTFileQueryInfoFile)));
941 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
985 (hTest, "File=%llu\n", LLUIFY(testRTDirClosepDir)));
1012 (hTest, "File=%llu\n", LLUIFY(testRTFileQueryInfoFile)));
1029 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
1056 (hTest, "File=%llu\n", LLUIFY(testRTFileSetSizeFile)));
1063 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));
1088 (hTest, "File=%llu\n", LLUIFY(testRTFileLockFile)));
1100 (hTest, "File=%llu\n", LLUIFY(testRTFileUnlockFile)));
1111 (hTest, "File=%llu\n", LLUIFY(testRTFileCloseFile)));