Searched defs:pIfIoXxx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DDMG.cpp326 PVDINTERFACEIOINT pIfIoXxx; member in struct:DMGIMAGE
449 rc = vdIfIoIntFileReadSync(pThis->pIfIoXxx, pThis->pStorage, off, pvBuf, cbToRead);
462 rc = vdIfIoIntFileReadUser(pThis->pIfIoXxx, pThis->pStorage, off, pIoCtx, cbToRead);
482 vdIfIoIntIoCtxCopyTo(pThis->pIfIoXxx, pIoCtx, pvBuf, cbToRead);
499 rc = vdIfIoIntFileGetSize(pThis->pIfIoXxx, pThis->pStorage, pcbFile);
831 rc = vdIfIoIntFileClose(pThis->pIfIoXxx, pThis->pStorage);
856 vdIfIoIntFileDelete(pThis->pIfIoXxx, pThis->pszFilename);
1556 pThis->pIfIoXxx = VDIfIoIntGet(pThis->pVDIfsImage);
1559 AssertPtrReturn(pThis->pIfIoXxx, VERR_INVALID_PARAMETER);
1561 int rc = vdIfIoIntFileOpen(pThis->pIfIoXxx, pThi
[all...]

Completed in 50 milliseconds