Searched refs:strHostname (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.h61 void setHostname(const QString &strHostname);
H A DUIWizardExportAppPageBasic3.cpp168 void UIWizardExportAppPage3::setHostname(const QString &strHostname) argument
170 m_pHostnameEditor->setText(strHostname);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp58 Utf8Str strHostname; member in struct:VFSExplorer::Data
95 m->strHostname = aHostname;
416 m->strHostname.c_str(), "virtualbox-agent/" VBOX_VERSION_STRING);
497 m->strHostname.c_str(), "virtualbox-agent/" VBOX_VERSION_STRING);
H A DApplianceImpl.cpp572 rc = explorer->init(li.storageType, li.strPath, li.strHostname, li.strUsername, li.strPassword, mVirtualBox);
1318 locInfo.strHostname = strUri.substr(0, hpos);
H A DApplianceImplImport.cpp1250 pTask->locInfo.strHostname.c_str(),
1882 pTask->locInfo.strHostname.c_str(),
H A DApplianceImplExport.cpp2478 pTask->locInfo.strHostname.c_str(), "virtualbox-agent/" VBOX_VERSION_STRING);
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h44 Utf8Str strHostname; /* Hostname on remote storage locations (could be empty) */ member in struct:LocationInfo

Completed in 79 milliseconds