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

/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);
/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(),

Completed in 60 milliseconds