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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3414 Bstr strUser; local
3415 CHECK_ERROR_BREAK(pCurSession, COMGETTER(User)(strUser.asOutParam()));
3419 i, uID, strUser.raw(), ctrlSessionStatusToText(sessionStatus), strName.raw());
/vbox/src/VBox/Main/xml/
H A DSettings.cpp636 Utf8Str strUser, strServer, strPort, strTarget, strLun; local
637 if (pelmImage->getAttributeValue("userName", strUser))
639 med.strLocation.append(strUser);
669 if (strUser.length())
670 med.properties["InitiatorUsername"] = strUser;

Completed in 88 milliseconds