Searched refs:RTEnvExist (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp55 RTDECL(bool) RTEnvExist(const char *pszVar) function
132 if (!RTEnvExist(pszVar))
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTest.cpp34 if (RTEnvExist("VBOX_CROGL_FORCE_SUPPORTED"))
H A DOpenGLTestDarwin.cpp104 if (RTEnvExist("VBOX_CROGL_FORCE_SUPPORTED"))
/vbox/include/iprt/
H A Denv.h124 RTDECL(bool) RTEnvExist(const char *pszVar);
H A Dmangling.h515 # define RTEnvExist RT_MANGLER(RTEnvExist) macro
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp48 RTDECL(bool) RTEnvExist(const char *pszVar) function
211 if (!RTEnvExist(pszVar))
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp84 if (!RTEnvExist("VBOX_DTRACE_NO_NATIVE"))
/vbox/src/VBox/Runtime/testcase/
H A DtstEnv.cpp58 CHECK(RTEnvExist(k_pszPathVar));
60 CHECK(!RTEnvExist(k_pszNonExistantVar));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp95 if (!RTEnvExist("SDL_VIDEODRIVER"))
H A DFramebuffer.cpp190 if (!RTEnvExist("SDL_VIDEODRIVER"))
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp309 if (RTEnvExist("IPRT_LOCK_VALIDATOR_ENABLED"))
311 if (RTEnvExist("IPRT_LOCK_VALIDATOR_DISABLED"))
314 if (RTEnvExist("IPRT_LOCK_VALIDATOR_MAY_PANIC"))
316 if (RTEnvExist("IPRT_LOCK_VALIDATOR_MAY_NOT_PANIC"))
319 if (RTEnvExist("IPRT_LOCK_VALIDATOR_NOT_QUIET"))
321 if (RTEnvExist("IPRT_LOCK_VALIDATOR_QUIET"))
324 if (RTEnvExist("IPRT_LOCK_VALIDATOR_STRICT_ORDER"))
326 if (RTEnvExist("IPRT_LOCK_VALIDATOR_SOFT_ORDER"))
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp630 * Since RTEnvExist isn't UTF-8 clean and actually expects the strings
638 fExists = RTEnvExist(pszVarOtherCP);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp310 && !RTEnvExist("VBOX_DBGF_WAIT_FOR_ATTACH")
H A DPDMAsyncCompletionFile.cpp797 if (RT_SUCCESS(rc) && RTEnvExist("VBOX_ASYNC_IO_FAILBACK"))
H A DPGM.cpp3211 if (RTEnvExist("VBOX_32BIT"))
3226 if (RTEnvExist("VBOX_32BIT"))
3254 if (RTEnvExist("VBOX_32BIT"))
3269 if (RTEnvExist("VBOX_32BIT"))
H A DHM.cpp931 && RTEnvExist("VBOX_HWVIRTEX_IGNORE_SVM_IN_USE"))
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1432 bool fHaveDisplayVar = RTEnvExist("DISPLAY");
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp2528 if (!RTEnvExist("DISPLAY"))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp4186 if (RTEnvExist("VBOX_GUI_NO_DEBUGGER"))
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1011 if (RTEnvExist("VBOX_RAM_SIZE"))

Completed in 176 milliseconds