Lines Matching defs:hFile
55 RTFILE hFile;
69 int rc = RTFileGetSize(pThis->hFile, &cbFile);
119 Assert(pThis->hFile != NIL_RTFILE);
125 int rc = RTFileReadAt(pThis->hFile, off, pvBuf, cbRead, NULL);
133 pThis->hFile, off, pvBuf, cbRead, rc, pThis->pszFilename));
199 if (pThis->hFile != NIL_RTFILE)
201 RTFileClose(pThis->hFile);
202 pThis->hFile = NIL_RTFILE;
227 pThis->hFile = NIL_RTFILE;
256 rc = RTFileOpen(&pThis->hFile, pszName, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_WRITE);