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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1713 RTVFSIOSTREAM hVfsIosMfst; local
1721 true /*read*/, &hVfsIosMfst);
1724 rc = RTVfsUtilPumpIoStreams(hVfsIosMfst, hVfsIosDst, 0);
1727 RTVfsIoStrmRelease(hVfsIosMfst);
1782 RTVFSIOSTREAM hVfsIosMfst; local
1790 true /*read*/, &hVfsIosMfst);
1793 rc = RTVfsUtilPumpIoStreams(hVfsIosMfst, hVfsIosDst, 0);
1796 RTVfsIoStrmRelease(hVfsIosMfst);

Completed in 48 milliseconds