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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/
H A DUIWizardImportAppPageBasic2.cpp37 UIWizardImportAppPageBasic2::UIWizardImportAppPageBasic2(const QString &strFileName) argument
46 m_pApplianceWidget->setFile(strFileName);
H A DUIWizardImportAppPageExpert.cpp37 UIWizardImportAppPageExpert::UIWizardImportAppPageExpert(const QString &strFileName) argument
66 m_pApplianceWidget->setFile(strFileName);
73 m_pFileSelector->setPath(strFileName);
H A DUIWizardImportApp.cpp143 UIWizardImportApp::UIWizardImportApp(QWidget *pParent, const QString &strFileName) argument
145 , m_strFileName(strFileName)
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.cpp53 QString strFileName = fullFilePath.fileName(); local
68 QFileInfo defaultFilePath(absoluteFilePath(strFileName, m_strDefaultPath));
85 QString strChosenFilePath = QIFileDialog::getSaveFileName(folder.absoluteFilePath(strFileName),
105 QString strFileName = QDir::toNativeSeparators(strName); local
109 while (iLen = strFileName.length(), iLen > 0 && strFileName[iLen - 1] == '.')
110 strFileName.truncate(iLen - 1);
113 if (QFileInfo(strFileName).suffix().toLower() != strExtension)
114 strFileName += QString(".%1").arg(strExtension);
117 return strFileName;
121 absoluteFilePath(const QString &strFileName, const QString &strDefaultPath) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp307 QString strFileName = *it; local
309 int iPos = regExp.indexIn(strFileName);
318 bool fLoadOk = translator.load(strFileName, strNlsPath);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.cpp64 QString strFileName = fullFilePath.fileName(); local
79 QFileInfo defaultFilePath(absoluteFilePath(strFileName, m_strDefaultPath));
96 QString strChosenFilePath = QIFileDialog::getSaveFileName(folder.absoluteFilePath(strFileName),
140 QString strFileName = QDir::toNativeSeparators(strName); local
144 while (iLen = strFileName.length(), iLen > 0 && strFileName[iLen - 1] == '.')
145 strFileName.truncate(iLen - 1);
148 if (QFileInfo(strFileName).suffix().toLower() != strExtension)
149 strFileName += QString(".%1").arg(strExtension);
152 return strFileName;
156 absoluteFilePath(const QString &strFileName, const QString &strDefaultPath) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp461 QString strFileName = m_machine.QueryLogFilename(i); local
462 if (!strFileName.isEmpty())
479 QTextEdit *pLogViewer = createLogPage(QFileInfo(strFileName).fileName());
482 m_book << qMakePair(strFileName, pLogViewer);
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp325 RTCString strFileName = VBOX_EXTPACK_DESCRIPTION_NAME; local
328 Parser.read(pvFile, cbFile, strFileName, Doc);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp175 RTCString strFileName; member in struct:xml::File::Data
184 m->strFileName = aFileName;
227 m->strFileName = aFileName;
239 if (!m->strFileName.isEmpty())
240 RTDirFlushParent(m->strFileName.c_str());
250 return m->strFileName.c_str();
260 throw EIPRTFailure(vrc, "Runtime error seeking in file '%s'", m->strFileName.c_str());
282 throw EIPRTFailure(vrc, "Runtime error seeking in file '%s'", m->strFileName.c_str());
292 throw EIPRTFailure(vrc, "Runtime error reading from file '%s'", m->strFileName.c_str());
302 throw EIPRTFailure(vrc, "Runtime error writing to file '%s'", m->strFileName
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp210 DESTFILEENTRY(Utf8Str strFileName) : mFileName(strFileName) {} argument
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp961 const QString strFileName = QIFileDialog::getSaveFileName(strInitialFileName, "XML files (*.xml)", this, local
964 if (strFileName.isEmpty())
968 QFile output(strFileName);
1048 const QString strFileName = QIFileDialog::getOpenFileName(strInitialFileName, "XML files (*.xml)", this, local
1051 if (strFileName.isEmpty())
1055 QFile input(strFileName);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp4688 HRESULT VirtualBox::i_ensureFilePathExists(const Utf8Str &strFileName, bool fCreate) argument
4690 Utf8Str strDir(strFileName);

Completed in 625 milliseconds