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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp456 char szHome[RTPATH_MAX] = ""; local
457 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome));
459 "Failed to initialize COM because the global settings directory '%s' is not accessible!", szHome);
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp1116 char szHome[RTPATH_MAX] = ""; local
1117 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome));
1119 "Failed to initialize COM because the global settings directory '%s' is not accessible!", szHome);
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1137 char szHome[RTPATH_MAX]; local
1138 int vrc = RTPathUserHome(szHome, sizeof(szHome));
1143 strPath = szHome;
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp879 char szHome[RTPATH_MAX] = ""; local
880 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome));
881 RTPrintf("Failed to initialize COM because the global settings directory '%s' is not accessible!", szHome);
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1141 char szHome[RTPATH_MAX] = ""; local
1142 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome));
1144 "Failed to initialize COM because the global settings directory '%s' is not accessible!", szHome);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1379 char szHome[RTPATH_MAX] = ""; local
1380 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome));
1381 RTPrintf("Failed to initialize COM because the global settings directory '%s' is not accessible!\n", szHome);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3874 char szHome[RTPATH_MAX] = ""; local
3875 com::GetVBoxUserHomeDirectory(szHome, sizeof(szHome));
3876 msgCenter().cannotInitUserHome(QString(szHome));

Completed in 92 milliseconds