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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp751 * Thread implementation is in Appliance::i_importImpl().
786 rc = i_importImpl(m->locInfo, progress);
842 * 2) in a second worker thread; in that case, Appliance::ImportMachines() called Appliance::i_importImpl(), which
843 * called Appliance::readFSOVA(), which called Appliance::i_importImpl(), which then called this again.
1354 HRESULT Appliance::i_importImpl(const LocationInfo &locInfo, function in class:Appliance
1392 * 1) in a first worker thread; in that case, Appliance::ImportMachines() called Appliance::i_importImpl();
1394 * 2) in a second worker thread; in that case, Appliance::ImportMachines() called Appliance::i_importImpl(), which
1395 * called Appliance::i_i_importFSOVA(), which called Appliance::i_importImpl(), which then called this again.
1397 * 3) in a second worker thread; in that case, Appliance::ImportMachines() called Appliance::i_importImpl(), which
1398 * called Appliance::i_importS3(), which called Appliance::i_importImpl(), whic
[all...]

Completed in 51 milliseconds