Searched refs:GetEnvironmentVariable (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/testcase/VBoxVBTest/
H A DTestForm.frm75 Private Declare Function GetEnvironmentVariable Lib "kernel32" _
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp160 DWORD cEnv = GetEnvironmentVariable(L"HOMEDRIVE", &wszHome[0], RTPATH_MAX);
164 cEnv = GetEnvironmentVariable(L"HOMEPATH", &wszHome[cEnv], RTPATH_MAX - cwc);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DSpecialSystemDirectory.cpp442 if (GetEnvironmentVariable(TEXT("HOME"), path, _MAX_PATH) > 0)
457 if (GetEnvironmentVariable(TEXT("HOMEDRIVE"), path, _MAX_PATH) > 0)
460 if (GetEnvironmentVariable(TEXT("HOMEPATH"), temp, _MAX_PATH) > 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Denv.c111 size = GetEnvironmentVariable( ENVNAME, envBuf, ENVBUFSIZE );
113 if (debug) printf("env: Shit! GetEnvironmentVariable() failed. Found: %s\n", envBuf );
116 if (verbose) printf("env: GetEnvironmentVariable() worked. Found: %s\n", envBuf);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp793 if (GetEnvironmentVariable(TEXT("HOME"), path, _MAX_PATH) > 0)
807 if (GetEnvironmentVariable(TEXT("HOMEDRIVE"), path, _MAX_PATH) > 0)
810 if (GetEnvironmentVariable(TEXT("HOMEPATH"), temp, _MAX_PATH) > 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h1862 #define GetEnvironmentVariable WINELIB_NAME_AW(GetEnvironmentVariable) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h1639 #define GetEnvironmentVariable WINELIB_NAME_AW(GetEnvironmentVariable) macro

Completed in 533 milliseconds