Searched refs:RTEnvGet (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Runtime/VBox/
H A DRTAssertShouldPanic-vbox.cpp63 const char *psz = RTEnvGet("VBOX_ASSERT");
83 const char *pszTerm = RTEnvGet("VBOX_ASSERT_TERM");
101 const char *pszGdb = RTEnvGet("VBOX_ASSERT_GDB");
/vbox/include/iprt/
H A Denv.h151 RTDECL(const char *) RTEnvGet(const char *pszVar);
H A Dmangling.h520 # define RTEnvGet RT_MANGLER(RTEnvGet) macro
/vbox/src/VBox/Runtime/r3/posix/
H A DRTPathUserHome-posix.cpp113 const char *pszHome = RTEnvGet("HOME"); /** @todo Codeset confusion in RTEnv. */
H A Denv-posix.cpp70 RTDECL(const char *) RTEnvGet(const char *pszVar) function
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1571 # define RTEnvGet(a) \ macro
1615 const char *pcszUsbFromEnv = RTEnvGet("VBOX_USB");
1621 pcszUsbRoot = RTEnvGet("VBOX_USB_ROOT");
1673 # undef RTEnvGet macro
/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlParseBuffer.cpp240 * Hack alert: Using RTEnvGet for now. */
241 if (!RTStrICmp(RTEnvGet("IPRT_TEST_MAX_LEVEL"), "debug"))
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp328 pLog = RTEnvGet("VBOXGLTEST_LOG");
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp530 /** @todo r=bird: This isn't up to scratch. The life time of an RTEnvGet
536 if ((pszEnvTemp = RTEnvGet("VBOX_CAPTUREWIDTH")) != 0)
545 if ((pszEnvTemp = RTEnvGet("VBOX_CAPTUREHEIGHT")) != 0)
554 if ((pszEnvTemp = RTEnvGet("VBOX_CAPTUREBITRATE")) != 0)
563 if ((pszEnvTemp = RTEnvGet("VBOX_CAPTUREFILE")) != 0)
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp71 RTDECL(const char *) RTEnvGet(const char *pszVar) function
/vbox/src/VBox/Main/glue/
H A Dcom.cpp238 const char *pcszConfigHome = RTEnvGet("XDG_CONFIG_HOME");
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp136 RTPrintf("Video driver SDL_VIDEODRIVER / active: %s/%s\n", RTEnvGet("SDL_VIDEODRIVER"),
H A DFramebuffer.cpp239 RTEnvGet("SDL_VIDEODRIVER"));
/vbox/src/VBox/Runtime/testcase/
H A DtstEnv.cpp63 CHECK(RTEnvGet(k_pszPathVar) != NULL);
H A DtstUtf8.cpp1401 RTEnvGet("LC_ALL"), RTEnvGet("LANG"), RTEnvGet("LC_CTYPE"));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp582 const char *pszDisplay = RTEnvGet("DISPLAY");
585 const char *pszXAuth = RTEnvGet("XAUTHORITY");
/vbox/src/bldprogs/
H A Dscmsubversion.cpp564 const char *pszEnvVar = RTEnvGet("Path");
566 const char *pszEnvVar = RTEnvGet("PATH");
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp544 * Since RTEnvGet isn't UTF-8 clean and actually expects the strings
552 const char *pszValueOtherCP = RTEnvGet(pszVarOtherCP);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3102 const char *s = RTEnvGet ("LC_ALL");
3104 s = RTEnvGet ("LC_MESSAGES");
3106 s = RTEnvGet ("LANG");
4594 const char *pDisplay = RTEnvGet("DISPLAY");
4597 const char *pXauth = RTEnvGet("XAUTHORITY");
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp916 const char *pszValue = RTEnvGet(pszEnvVar);
924 pszValue = RTEnvGet(pszEnvVar);
932 pszValue = RTEnvGet(pszEnvVar);
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp783 const char *psz = RTEnvGet("VBOX_SUPLIB_FAKE");
1101 const char *psz = RTEnvGet("VBOX_SUPLIB_FAKE");
1141 const char *psz = RTEnvGet("VBOX_SUPLIB_FAKE");
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp252 const char *psz = RTEnvGet("VBOX_SUPLIB_FAKE");
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1012 cRamMBs = RTStrToUInt64(RTEnvGet("VBOX_RAM_SIZE"));

Completed in 218 milliseconds