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

/vbox/src/VBox/Main/include/
H A DApplianceImpl.h224 HRESULT i_writeImpl(ovf::OVFVersion_T aFormat, const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp688 rc = i_writeImpl(ovfF, m->locInfo, progress);
720 * 2) in a second worker thread; in that case, Appliance::Write() called Appliance::i_writeImpl(), which
721 * called Appliance::i_writeFSOVA(), which called Appliance::i_writeImpl(), which then called this again.
730 HRESULT Appliance::i_writeImpl(ovf::OVFVersion_T aFormat, const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress) function in class:Appliance
1905 * 1) in a first worker thread; in that case, Appliance::Write() called Appliance::i_writeImpl();
1907 * 2) in a second worker thread; in that case, Appliance::Write() called Appliance::i_writeImpl(), which
1908 * called Appliance::i_writeS3(), which called Appliance::i_writeImpl(), which then called this. In other
2421 rc = i_writeImpl(pTask->enFormat, li, progress);

Completed in 608 milliseconds