Searched refs:pszVBoxPath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTest.cpp40 static char pszVBoxPath[RTPATH_MAX]; local
47 rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX); AssertRCReturn(rc, false);
49 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL.exe");
51 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL");
53 papszArgs[0] = pszVBoxPath; /* argv[0] */
56 rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGLSupportInfo.cpp609 static char pszVBoxPath[RTPATH_MAX]; local
616 rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX); AssertRCReturn(rc, false);
618 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL.exe");
620 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL");
622 papszArgs[0] = pszVBoxPath; /* argv[0] */
625 rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1246 char pszVBoxPath[RTPATH_MAX]; local
1247 rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX);
1250 pszVBoxPath,

Completed in 57 milliseconds