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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp546 char *strGuestPort; local
559 strGuestPort = RTStrStrip(ch);
572 RTStrToUInt16(strHostPort), Bstr(strGuestIp).raw(), RTStrToUInt16(strGuestPort)));
H A DVBoxManageModifyVM.cpp1714 char *strGuestPort; local
1727 strGuestPort = RTStrStrip(ch);
1743 RTStrToUInt16(strGuestPort)));
H A DVBoxManageInfo.cpp1029 Utf8Str strGuestPort; local
1055 strGuestPort = utf.substr(ppos, utf.length() - ppos);
1074 strGuestIP.c_str(), strGuestPort.c_str());
1082 strGuestIP.c_str(), strGuestPort.c_str());
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4754 Utf8Str strGuestPort; local
4775 strGuestPort = utf.substr(ppos, utf.length() - ppos);
4812 port = RTStrToUInt16(strGuestPort.c_str());

Completed in 108 milliseconds