Searched defs:pszHome (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A DRTPathUserHome-posix.cpp113 const char *pszHome = RTEnvGet("HOME"); /** @todo Codeset confusion in RTEnv. */ local
114 if (pszHome)
118 if ( !stat(pszHome, &st)
120 rc = rtPathFromNativeCopy(pszPath, cchPath, pszHome, NULL);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPIGlue.c121 * @param pszHome The directory where to try load VBoxCAPI/VBoxXPCOMC
126 static int tryLoadLibrary(const char *pszHome, int fSetAppHome) argument
128 size_t cchHome = pszHome ? strlen(pszHome) : 0;
144 memcpy(szName, pszHome, cchHome);
157 if (pszHome)
158 setenv("VBOX_APP_HOME", pszHome, 1 /* always override */);
252 const char *pszHome; local
259 pszHome = getenv("VBOX_APP_HOME");
260 if (pszHome)
[all...]
/vbox/src/libs/xpcom18a4/java/tools/genifaces/
H A DGenerateJavaInterfaces.cpp878 const char *pszHome = getenv("VBOX_PROGRAM_PATH"); local
879 if (pszHome) {
880 size_t cchHome = strlen(pszHome);
882 memcpy(pszExePath, pszHome, cchHome);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dhtmlhelp.h331 LPCSTR pszHome; member in struct:tagHH_WINTYPEA
370 LPCWSTR pszHome; member in struct:tagHH_WINTYPEW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dhtmlhelp.h331 LPCSTR pszHome; member in struct:tagHH_WINTYPEA
370 LPCWSTR pszHome; member in struct:tagHH_WINTYPEW

Completed in 70 milliseconds