Searched refs:homePath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp316 QString strBaseFolder = QDir::homePath() + "/Downloads";
319 strBaseFolder = QDir::homePath() + "/Download";
321 strBaseFolder = QDir::homePath();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSFDetails.cpp47 mPsPath->setHomeDir(QDir::homePath());
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp278 nsCAutoString homePath; local
281 NS_FAILED(homeDir->GetNativePath(homePath))) {
285 mPath = homePath + Substring(filePath, 1, filePath.Length() - 1);
H A DnsLocalFileOSX.cpp1327 nsCAutoString homePath; local
1331 rv = homeDir->GetNativePath(homePath);
1334 fixedPath = homePath + Substring(filePath, 1, filePath.Length() - 1);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3528 dir.setPath(QDir::homePath() + "/Documents");
3532 return QDir::homePath();

Completed in 254 milliseconds