Lines Matching refs:hFile
46 extern int testRTFileClose(RTFILE hFile);
50 extern int testRTFileFlush(RTFILE hFile);
52 extern int testRTFileLock(RTFILE hFile, unsigned fLock, int64_t offLock, uint64_t cbLock);
56 extern int testRTFileQueryInfo(RTFILE hFile, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs);
58 extern int testRTFileRead(RTFILE hFile, void *pvBuf, size_t cbToRead, size_t *pcbRead);
60 extern int testRTFileSetMode(RTFILE hFile, RTFMODE fMode);
62 extern int testRTFileSetSize(RTFILE hFile, uint64_t cbSize);
64 extern int testRTFileSetTimes(RTFILE hFile, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime);
66 extern int testRTFileSeek(RTFILE hFile, int64_t offSeek, unsigned uMethod, uint64_t *poffActual);
68 extern int testRTFileUnlock(RTFILE hFile, int64_t offLock, uint64_t cbLock);
70 extern int testRTFileWrite(RTFILE hFile, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten);