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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3052 Utf8Str strTempDir; local
3074 strTempDir = ValueUnion.psz;
3105 if (fDirectory && !strTempDir.isEmpty())
3107 strTemplate.c_str(), strTempDir.c_str());
3111 else if (!fDirectory && !strTempDir.isEmpty())
3113 strTemplate.c_str(), strTempDir.c_str());
3124 fMode, Bstr(strTempDir).raw(),

Completed in 54 milliseconds