Searched refs:pszHome (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPIGlue.c | 121 * @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/VBox/Runtime/r3/posix/ |
H A D | RTPathUserHome-posix.cpp | 113 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/libs/xpcom18a4/java/src/ |
H A D | nsJavaInterfaces.cpp | 151 const char *pszHome = nsnull; 166 pszHome = jhome = env->GetStringUTFChars(path, nsnull); 169 if (pszHome == nsnull) 170 pszHome = getenv("VBOX_PROGRAM_PATH"); 172 if (pszHome) { 173 size_t cchHome = strlen(pszHome); 175 memcpy(pszExePath, pszHome, cchHome);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | htmlhelp.h | 331 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 D | htmlhelp.h | 331 LPCSTR pszHome; member in struct:tagHH_WINTYPEA 370 LPCWSTR pszHome; member in struct:tagHH_WINTYPEW
|
/vbox/src/libs/xpcom18a4/java/tools/genifaces/ |
H A D | GenerateJavaInterfaces.cpp | 878 const char *pszHome = getenv("VBOX_PROGRAM_PATH"); local 879 if (pszHome) { 880 size_t cchHome = strlen(pszHome); 882 memcpy(pszExePath, pszHome, cchHome);
|
Completed in 58 milliseconds