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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp283 QString strTmpFile = ::darwinResolveAlias(strFileName); local
285 QString strTmpFile = strFileName;
287 UISafePointerWizardImportApp pWizard = new UIWizardImportApp(this, strTmpFile);
349 QString strTmpFile = ::darwinResolveAlias(strFileName); local
351 QString strTmpFile = strFileName;
354 if (strTmpFile.isEmpty())
365 strTmpFile = fileNames.at(0);
368 if (strTmpFile.isEmpty())
372 CMachine newMachine = vbox.OpenMachine(strTmpFile);
375 msgCenter().cannotOpenMachine(vbox, strTmpFile);
[all...]

Completed in 46 milliseconds