Searched refs:strTemplate (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPortForwardingTable.cpp376 QString strTemplate("Rule %1");
377 QRegExp regExp(strTemplate.arg("(\\d+)"));
383 m_dataList << UIPortForwardingData(strTemplate.arg(++uMaxIndex), m_dataList[index.row()].protocol,
388 m_dataList << UIPortForwardingData(strTemplate.arg(++uMaxIndex), KNATProtocol_TCP,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3048 Utf8Str strTemplate; local
3079 if (strTemplate.isEmpty())
3080 strTemplate = ValueUnion.psz;
3092 if (strTemplate.isEmpty())
3107 strTemplate.c_str(), strTempDir.c_str());
3110 strTemplate.c_str());
3113 strTemplate.c_str(), strTempDir.c_str());
3116 strTemplate.c_str());
3123 CHECK_ERROR(pCtx->pGuestSession, DirectoryCreateTemp(Bstr(strTemplate).raw(),
/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h399 int i_objectCreateTempInternal(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory,
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp809 int GuestSession::i_objectCreateTempInternal(const Utf8Str &strTemplate, const Utf8Str &strPath, argument
812 LogFlowThisFunc(("strTemplate=%s, strPath=%s, fDirectory=%RTbool\n",
813 strTemplate.c_str(), strPath.c_str(), fDirectory));
831 procInfo.mArguments.push_back(strTemplate);

Completed in 2675 milliseconds