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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp1239 Utf8Str strUpdateDir = "/tmp/"; local
1241 strUpdateDir = "C:\\Temp\\";
1268 rc = getGuestProperty(pGuest, "/VirtualBox/GuestAdd/InstallDir", strUpdateDir);
1273 strUpdateDir.findReplace('/', '\\');
1274 strUpdateDir.append("\\Update\\");
1277 strUpdateDir.append("/update/");
1284 strUpdateDir.c_str()));
1288 rc = pSession->i_directoryCreateInternal(strUpdateDir,
1302 strUpdateDir.c_str(), rc));
1333 strUpdateDir
[all...]

Completed in 43 milliseconds