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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp848 VDINTERFACEIO IfsOutputIO; local
943 IfsOutputIO.pfnOpen = convOutOpen;
944 IfsOutputIO.pfnClose = convOutClose;
945 IfsOutputIO.pfnDelete = convOutDelete;
946 IfsOutputIO.pfnMove = convOutMove;
947 IfsOutputIO.pfnGetFreeSpace = convOutGetFreeSpace;
948 IfsOutputIO.pfnGetModificationTime = convOutGetModificationTime;
949 IfsOutputIO.pfnGetSize = convOutGetSize;
950 IfsOutputIO.pfnSetSize = convOutSetSize;
951 IfsOutputIO
[all...]

Completed in 201 milliseconds