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

/vbox/src/VBox/Main/glue/
H A Derrorprint.cpp86 Utf8Str strFilename(RTPathFilename(pcszSourceFile));
90 strFilename.c_str());
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.h340 void cannotOpenExtPack(const QString &strFilename, const CExtPackManager &extPackManager, QWidget *pParent = 0) const;
341 void warnAboutBadExtPackFile(const QString &strFilename, const CExtPackFile &extPackFile, QWidget *pParent = 0) const;
342 void cannotInstallExtPack(const CExtPackFile &extPackFile, const QString &strFilename, QWidget *pParent = 0) const;
343 void cannotInstallExtPack(const CProgress &progress, const QString &strFilename, QWidget *pParent = 0) const;
H A DUIMessageCenter.cpp2339 void UIMessageCenter::cannotOpenExtPack(const QString &strFilename, const CExtPackManager &extPackManager, QWidget *pParent /* = 0*/) const argument
2342 tr("Failed to open the Extension Pack <b>%1</b>.").arg(strFilename),
2346 void UIMessageCenter::warnAboutBadExtPackFile(const QString &strFilename, const CExtPackFile &extPackFile, QWidget *pParent /* = 0*/) const argument
2349 tr("Failed to open the Extension Pack <b>%1</b>.").arg(strFilename),
2353 void UIMessageCenter::cannotInstallExtPack(const CExtPackFile &extPackFile, const QString &strFilename, QWidget *pParent /* = 0*/) const argument
2357 .arg(strFilename),
2361 void UIMessageCenter::cannotInstallExtPack(const CProgress &progress, const QString &strFilename, QWidget *pParent /* = 0*/) const argument
2365 .arg(strFilename),
/vbox/src/VBox/Main/xml/
H A DSettings.cpp151 RTCString strFilename; member in struct:ConfigFileBase::Data
165 strFilename = d.strFilename;
207 file->m->strFilename.c_str(),
249 * @param strFilename
262 m->strFilename = *pstrFilename;
278 LogRel(("Loading settings file \"%s\" with version \"%s\"\n", m->strFilename.c_str(), m->strSettingsVersionFull.c_str()));
365 m->strFilename = "";
1023 if (m->strFilename.endsWith(".xml"))
1024 strFilenameNew = m->strFilename
1617 write(const com::Utf8Str strFilename) argument
5987 write(const com::Utf8Str &strFilename) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcontrol.idl62 HRESULT RenderFile( [in] BSTR strFilename );
63 HRESULT AddSourceFilter( [in] BSTR strFilename, [out] IDispatch **ppUnk );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcontrol.idl62 HRESULT RenderFile( [in] BSTR strFilename );
63 HRESULT AddSourceFilter( [in] BSTR strFilename, [out] IDispatch **ppUnk );
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1727 * @param strFilename Refernece to the name of the file we're parsing.
1732 const RTCString &strFilename,
1738 const char *pcszFilename = strFilename.c_str();
1856 * @param strFilename in: name fo file to parse.
1859 void XmlFileParser::read(const RTCString &strFilename, argument
1865 m->strXmlFilename = strFilename;
1866 const char *pcszFilename = strFilename.c_str();
1731 read(const void *pvBuf, size_t cbSize, const RTCString &strFilename, Document &doc) argument
/vbox/include/iprt/cpp/
H A Dxml.h985 void read(const void* pvBuf, size_t cbSize, const RTCString &strFilename, Document &doc);
999 void read(const RTCString &strFilename, Document &doc);
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h158 HRESULT i_readFSImpl(TaskOVF *pTask, const RTCString &strFilename, PVDINTERFACEIO pCallbacks, PSHASTORAGE pStorage);
/vbox/
H A Dconfigure.vbs78 function FileToString(strFilename)
82 set objFile = g_objFileSys.OpenTextFile(DosSlashes(strFilename), ForReading, False, TristateFalse)
92 sub FileDelete(strFilename)
93 if g_objFileSys.FileExists(DosSlashes(strFilename)) then
94 g_objFileSys.DeleteFile(DosSlashes(strFilename))
101 sub FileAppendLine(strFilename, str)
105 set objFile = g_objFileSys.OpenTextFile(DosSlashes(strFilename), ForAppending, True, TristateFalse)
113 function FileExists(strFilename)
114 FileExists = g_objFileSys.FileExists(DosSlashes(strFilename))
653 function LogFileExists(strPath, strFilename)
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp645 Utf8Str strFilename = di.strHref; local
646 if (!strFilename.length())
647 strFilename = Utf8StrFmt("%s.vmdk", hd.strDiskId.c_str());
685 Utf8Str strFilename = di.strHref; local
686 if (!strFilename.length())
687 strFilename = Utf8StrFmt("%s.iso", hd.strDiskId.c_str());
1125 HRESULT Appliance::i_readFSImpl(TaskOVF *pTask, const RTCString &strFilename, PVDINTERFACEIO pIfIo, PSHASTORAGE pStorage) argument
1138 int vrc = readFileIntoBuffer(strFilename.c_str(), &pvTmpBuf, &cbSize, pIfIo, pStorage);
1143 RTPathFilename(strFilename.c_str()), vrc);
H A DMachineImpl.cpp7316 Utf8Str strFilename; local
7317 getLogFolder(strFilename);
7318 Assert(strFilename.length());
7319 strFilename.append(RTPATH_SLASH_STR "VBoxStartup.log");
7320 return strFilename;
/vbox/include/VBox/
H A Dsettings.h425 void write(const com::Utf8Str strFilename);
1289 void write(const com::Utf8Str &strFilename);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1607 QString strFilename = QIFileDialog::getSaveFileName(strStart, local
1626 if (!strFilename.isEmpty())
1627 takeScreenshot(strFilename, strFilter.split(" ").value(0, "png"));

Completed in 3170 milliseconds