Searched refs:RTVfsFileReadAt (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystemext.cpp219 rc = RTVfsFileReadAt(pThis->hVfsFile, offRead, &BlkDesc, sizeof(BlkDesc), NULL);
224 rc = RTVfsFileReadAt(pThis->hVfsFile, BlkDesc.offBlockBitmap * pThis->cbBlock,
271 rc = RTVfsFileReadAt(hVfsFile, 1024, &SuperBlock, sizeof(ExtSuperBlock), NULL);
295 rc = RTVfsFileReadAt(hVfsFile, 1024, &SuperBlock, sizeof(ExtSuperBlock), NULL);
/vbox/include/iprt/
H A Dvfs.h800 RTDECL(int) RTVfsFileReadAt(RTVFSFILE hVfsFile, RTFOFF off, void *pvBuf, size_t cbToRead, size_t *pcbRead);
H A Dmangling.h1900 # define RTVfsFileReadAt RT_MANGLER(RTVfsFileReadAt) macro
/vbox/src/VBox/Storage/
H A DDMG.cpp443 * vdIfIoIntFileReadSync / RTVfsFileReadAt wrapper.
451 rc = RTVfsFileReadAt(pThis->hDmgFileInXar, off, pvBuf, cbToRead, NULL);
456 * vdIfIoIntFileReadUser / RTVfsFileReadAt wrapper.
480 rc = RTVfsFileReadAt(pThis->hDmgFileInXar, off, pvBuf, cbToRead, NULL);
1761 rc = RTVfsFileReadAt(hDmgFileInXar, offFtr, &Ftr, sizeof(Ftr), NULL);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp2566 RTDECL(int) RTVfsFileReadAt(RTVFSFILE hVfsFile, RTFOFF off, void *pvBuf, size_t cbToRead, size_t *pcbRead) function

Completed in 76 milliseconds